From 62707bb7301cf7506b4fdae230048e89bc1fd1fd Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 3 Mar 2012 11:23:03 +0200 Subject: [PATCH] fixed invalid issues link on dashboard --- app/views/dashboard/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml index 1db8ce2b..72fb42ab 100644 --- a/app/views/dashboard/index.html.haml +++ b/app/views/dashboard/index.html.haml @@ -51,7 +51,7 @@ = link_to "Issues" , "#issues", :id => "issues" %small ( assigned to you ) %strong.right - = link_to dashboard_merge_requests_path do + = link_to dashboard_issues_path do Vist issues page → %hr .row