Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-18 00:18:34 +0400
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-18 00:18:34 +0400
commitc5360a588d4e8a27322dd1eb6cee0e563c32788c (patch)
treeb06dd2e7eff5fb8d79477e6e80aef107920dce9e
parentfa57efa1b81dc5243f5276ef743b8c3a8c6ead8e (diff)
parent6cff68fb30ef63af127a27293688e4fc40a9cef9 (diff)
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.haml2
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 ยป