gitlabhq/app/views/layouts/profile.html.haml

28 lines
769 B
Plaintext
Raw Normal View History

2012-02-09 08:59:04 +01:00
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
2012-03-01 20:23:50 +01:00
%body{:class => "#{app_theme} profile"}
= render "layouts/flash"
= render "layouts/head_panel", :title => "Profile"
.container
2012-07-03 19:52:48 +02:00
%ul.main_menu
%li.home{:class => tab_class(:profile)}
= link_to "Profile", profile_path
%li{:class => tab_class(:password)}
= link_to "Password", profile_password_path
%li{:class => tab_class(:token)}
= link_to "Token", profile_token_path
%li{:class => tab_class(:design)}
= link_to "Design", profile_design_path
%li{:class => tab_class(:ssh_keys)}
= link_to keys_path do
SSH Keys
%span.count= current_user.keys.count
.content
2012-03-03 12:03:03 +01:00
= yield