diff options
author | Phil Hughes <me@iamphill.com> | 2016-10-12 12:42:51 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-11-01 08:47:27 +0000 |
commit | eca7ccc2862c2120a6a71ab07a2b37b5cbdb5df3 (patch) | |
tree | 79703079c634ebea388f322b7f542e8159805007 /app | |
parent | abd15596200e993a060b8d89b85b69ba3bbf2f0e (diff) | |
download | gitlab-ce-eca7ccc2862c2120a6a71ab07a2b37b5cbdb5df3.tar.gz |
Changed where merge request link is
Diffstat (limited to 'app')
-rw-r--r-- | app/views/dashboard/todos/index.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml index ff13254e0f5..2411cc45724 100644 --- a/app/views/dashboard/todos/index.html.haml +++ b/app/views/dashboard/todos/index.html.haml @@ -88,7 +88,8 @@ Are you looking for things to do? Take a look at = succeed "," do = link_to "the opened issues", issues_dashboard_path - = link_to "contribute to merge requests", merge_requests_dashboard_path + contribute to + = link_to "merge requests", merge_requests_dashboard_path or mention someone in a comment to assign a new todo automatically. - else .todos-empty |