diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-10-17 20:18:34 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-10-17 20:18:34 +0000 |
commit | c5360a588d4e8a27322dd1eb6cee0e563c32788c (patch) | |
tree | b06dd2e7eff5fb8d79477e6e80aef107920dce9e | |
parent | fa57efa1b81dc5243f5276ef743b8c3a8c6ead8e (diff) | |
parent | 6cff68fb30ef63af127a27293688e4fc40a9cef9 (diff) | |
download | gitlab-ce-c5360a588d4e8a27322dd1eb6cee0e563c32788c.tar.gz |
Merge branch 'link-to-trending-projects-instead-of-all' into 'master'
Link to trending projects instead of all
See merge request !1192
-rw-r--r-- | app/views/dashboard/_zero_authorized_projects.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_zero_authorized_projects.html.haml b/app/views/dashboard/_zero_authorized_projects.html.haml index 711e607f0bc..5d133cd8285 100644 --- a/app/views/dashboard/_zero_authorized_projects.html.haml +++ b/app/views/dashboard/_zero_authorized_projects.html.haml @@ -46,5 +46,5 @@ %br Public projects are an easy way to allow everyone to have read-only access. .link_holder - = link_to explore_projects_path, class: "btn btn-new" do + = link_to trending_explore_projects_path, class: "btn btn-new" do Browse public projects ยป |