From 1df0345e9e642ca7e9d73c12430921b0fe62d25e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 23 Jul 2014 11:13:33 +0300 Subject: Explore area Create one place for exploring GitLab instance projects and groups for both signed in and anonymous users Signed-off-by: Dmitriy Zaporozhets --- app/views/layouts/devise.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/devise.html.haml') diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index ff27fcc0f40..852352a5004 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -33,6 +33,6 @@ %hr .container .footer-links - = link_to "Explore public projects", public_projects_path + = link_to "Explore", public_explore_path = link_to "Documentation", "http://doc.gitlab.com/" = link_to "About GitLab", "https://about.gitlab.com/" -- cgit v1.2.3