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

29 lines
749 B
Plaintext
Raw Normal View History

2012-02-09 08:59:04 +01:00
!!! 5
%html{ lang: "en"}
2012-02-09 08:59:04 +01:00
= render "layouts/head"
%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)}
2012-07-03 19:52:48 +02:00
= link_to "Profile", profile_path
2012-09-14 18:13:25 +02:00
%li{class: tab_class(:account)}
= link_to "Account", profile_account_path
2012-07-03 19:52:48 +02:00
%li{class: tab_class(:ssh_keys)}
2012-07-21 09:27:09 +02:00
= link_to keys_path do
SSH Keys
%span.count= current_user.keys.count
%li{class: tab_class(:design)}
2012-07-03 19:52:48 +02:00
= link_to "Design", profile_design_path
2012-09-14 18:13:25 +02:00
%li{class: tab_class(:history)}
= link_to "History", profile_history_path
2012-07-03 19:52:48 +02:00
.content
2012-03-03 12:03:03 +01:00
= yield