summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:43:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:43:21 +0300
commit38ff5d1ab9d9eb5d09bbc8498410b770445b698e (patch)
tree75702af7d725741715011a85c9093b9ac2114ce9 /app/views/profiles/keys
parent6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (diff)
downloadgitlab-ce-38ff5d1ab9d9eb5d09bbc8498410b770445b698e.tar.gz
Replace ui-box title with panel-heading
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r--app/views/profiles/keys/index.html.haml2
-rw-r--r--app/views/profiles/keys/show.html.haml2
2 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 42fd547494a..aabfd57c286 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -11,7 +11,7 @@
.panel.panel-default
- .title
+ .panel-heading
SSH Keys (#{@keys.count})
%ul.well-list#keys-table
= render @keys
diff --git a/app/views/profiles/keys/show.html.haml b/app/views/profiles/keys/show.html.haml
index 38ca5706408..c4fc1bb269c 100644
--- a/app/views/profiles/keys/show.html.haml
+++ b/app/views/profiles/keys/show.html.haml
@@ -1,7 +1,7 @@
.row
.col-md-4
.panel.panel-default
- .title
+ .panel-heading
SSH Key
%ul.well-list
%li