summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r--app/views/layouts/profile.html.haml16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index 957a68bf482..b624415dfe1 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -1,26 +1,26 @@
!!! 5
-%html{ :lang => "en"}
+%html{ lang: "en"}
= render "layouts/head"
- %body{:class => "#{app_theme} profile"}
+ %body{class: "#{app_theme} profile"}
= render "layouts/flash"
- = render "layouts/head_panel", :title => "Profile"
+ = render "layouts/head_panel", title: "Profile"
.container
%ul.main_menu
- %li.home{:class => tab_class(:profile)}
+ %li.home{class: tab_class(:profile)}
= link_to "Profile", profile_path
- %li{:class => tab_class(:password)}
+ %li{class: tab_class(:password)}
= link_to "Password", profile_password_path
- %li{:class => tab_class(:ssh_keys)}
+ %li{class: tab_class(:ssh_keys)}
= link_to keys_path do
SSH Keys
%span.count= current_user.keys.count
- %li{:class => tab_class(:token)}
+ %li{class: tab_class(:token)}
= link_to "Token", profile_token_path
- %li{:class => tab_class(:design)}
+ %li{class: tab_class(:design)}
= link_to "Design", profile_design_path