summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-20 08:39:03 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-20 08:38:03 +0200
commit5f4a7c3e04f9511be01234b9f2d7bd0134491b22 (patch)
tree786729e0ba1bf1f61c88c7ef44853f59179c306b /app/views/layouts/profile.html.haml
parent40ac2ebc2129905cc0831f824dc1c6dc824efc90 (diff)
downloadgitlab-ce-5f4a7c3e04f9511be01234b9f2d7bd0134491b22.tar.gz
Home tab added, Repository tab removed\n Ability to download branch
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r--app/views/layouts/profile.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index dd7030f4ff1..9d02a4ffa3a 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -6,6 +6,7 @@
= render "layouts/head_panel", :title => "Profile"
.container
%nav.main_menu
+ = render "layouts/const_menu_links"
= link_to "Profile", profile_path, :class => current_page?(:controller => "profile", :action => :show) ? "current" : nil
= link_to "Password & token", profile_password_path, :class => current_page?(:controller => "profile", :action => :password) ? "current" : nil
= link_to "Design", profile_design_path, :class => current_page?(:controller => "profile", :action => :design) ? "current" : nil