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

_top_menu.html.haml « profile « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bf3b09f4990f4aa3d77d45c33b0b88e666d5970 (plain)
1
2
3
4
5
%div.top_project_menu
  %span= link_to "Profile", profile_path, :class => current_page?(:controller => "profile", :action => :show) ? "current" : nil
  %span= link_to "Password", profile_password_path, :style => "width:70px;", :class => current_page?(:controller => "profile", :action => :password) ? "current" : nil
  %span= link_to "Keys", keys_path,  :class => controller.controller_name == "keys" ? "current" : nil