Commit 62707bb7301cf7506b4fdae230048e89bc1fd1fd
1 parent
6de7dc1e
Exists in
master
and in
4 other branches
fixed invalid issues link on dashboard
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/dashboard/index.html.haml
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | = link_to "Issues" , "#issues", :id => "issues" | 51 | = link_to "Issues" , "#issues", :id => "issues" |
52 | %small ( assigned to you ) | 52 | %small ( assigned to you ) |
53 | %strong.right | 53 | %strong.right |
54 | - = link_to dashboard_merge_requests_path do | 54 | + = link_to dashboard_issues_path do |
55 | Vist issues page → | 55 | Vist issues page → |
56 | %hr | 56 | %hr |
57 | .row | 57 | .row |