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

23 lines
786 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
= nav_link(path: 'profile#show', html_options: {class: 'home'}) do
2012-07-03 19:52:48 +02:00
= link_to "Profile", profile_path
= nav_link(path: 'profile#account') do
2012-09-14 18:13:25 +02:00
= link_to "Account", profile_account_path
= nav_link(controller: :keys) do
2012-07-21 09:27:09 +02:00
= link_to keys_path do
SSH Keys
%span.count= current_user.keys.count
= nav_link(path: 'profile#design') do
2012-07-03 19:52:48 +02:00
= link_to "Design", profile_design_path
= nav_link(path: 'profile#history') do
2012-09-14 18:13:25 +02:00
= link_to "History", profile_history_path
.content= yield