diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-20 08:39:03 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-20 08:38:03 +0200 |
commit | 5f4a7c3e04f9511be01234b9f2d7bd0134491b22 (patch) | |
tree | 786729e0ba1bf1f61c88c7ef44853f59179c306b /app/views/layouts/admin.html.haml | |
parent | 40ac2ebc2129905cc0831f824dc1c6dc824efc90 (diff) | |
download | gitlab-ce-5f4a7c3e04f9511be01234b9f2d7bd0134491b22.tar.gz |
Home tab added, Repository tab removed\n Ability to download branch
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r-- | app/views/layouts/admin.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index 98d890c199f..87b9832e3ef 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.html.haml @@ -6,6 +6,7 @@ = render "layouts/head_panel", :title => "Admin area" .container %nav.main_menu + = render "layouts/const_menu_links" = link_to "Users", admin_users_path, :class => controller.controller_name == "users" ? "current" : nil = link_to "Projects", admin_projects_path, :class => controller.controller_name == "projects" ? "current" : nil = link_to "Emails", admin_emails_path, :class => controller.controller_name == "mailer" ? "current" : nil |