mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
move SSH keys tab closer to begining
This commit is contained in:
@@ -12,16 +12,17 @@
|
||||
%li{:class => tab_class(:password)}
|
||||
= link_to "Password", profile_password_path
|
||||
|
||||
%li{:class => tab_class(:ssh_keys)}
|
||||
= link_to keys_path do
|
||||
SSH Keys
|
||||
%span.count= current_user.keys.count
|
||||
|
||||
%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
|
||||
= yield
|
||||
|
||||
Reference in New Issue
Block a user