diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-01 22:35:40 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-01 22:35:40 +0300 |
commit | e834742407a74c26a443cce888c8ab0c210bf1cd (patch) | |
tree | 96a3d71634736e37448e6448d68f9d107023f13a /app/views/profiles/keys | |
parent | b8f6d67b96991e8089fb3b139d4e17994af60b17 (diff) | |
download | gitlab-ce-e834742407a74c26a443cce888c8ab0c210bf1cd.tar.gz |
Dont load bootstrap buttons. Modified css with new buttons
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r-- | app/views/profiles/keys/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml index f2180b9893b..0704874763e 100644 --- a/app/views/profiles/keys/index.html.haml +++ b/app/views/profiles/keys/index.html.haml @@ -1,5 +1,7 @@ %h3.page-title My SSH keys + .pull-right + = link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new" %p.light SSH key allows you to establish a secure connection between your computer and GitLab %br @@ -11,8 +13,6 @@ .ui-box .title SSH Keys (#{@keys.count}) - .pull-right - = link_to "Add SSH Key", new_profile_key_path, class: "btn btn-small btn-primary" %ul.well-list#keys-table = render @keys - if @keys.blank? |