Commit 62707bb7301cf7506b4fdae230048e89bc1fd1fd

Authored by Dmitriy Zaporozhets
1 parent 6de7dc1e

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 51 = link_to "Issues" , "#issues", :id => "issues"
52 52 %small ( assigned to you )
53 53 %strong.right
54   - = link_to dashboard_merge_requests_path do
  54 + = link_to dashboard_issues_path do
55 55 Vist issues page →
56 56 %hr
57 57 .row
... ...