diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-18 14:12:48 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-18 14:12:48 +0200 |
commit | 94db8a1c334b9ff5a0c28c89cb87ffa882095261 (patch) | |
tree | 19f347316d41d9e259e37ff06139f9d575b3f4b5 /app/views/layouts/profile.html.haml | |
parent | 9a24ccdea1dd4dc82ac7f24c1fa1706a20949898 (diff) | |
download | gitlab-ce-94db8a1c334b9ff5a0c28c89cb87ffa882095261.tar.gz |
Usability & design improvements
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r-- | app/views/layouts/profile.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml index 8db7af75d81..dd7030f4ff1 100644 --- a/app/views/layouts/profile.html.haml +++ b/app/views/layouts/profile.html.haml @@ -10,7 +10,7 @@ = 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 = link_to keys_path, :class => controller.controller_name == "keys" ? "current" : nil do - Keys + SSH Keys .content .row .span12= yield |