summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:42:44 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:42:44 +0300
commit6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (patch)
tree2b1d5ba6e1e6d14ae73956ea7ff26b5d0a9d8301 /app/views/profiles/keys
parente6beb6090320d6756369934c5151e36429c5d5f1 (diff)
downloadgitlab-ce-6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2.tar.gz
Replace ui-box with panel.panel-default
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 2e10fa8be8d..42fd547494a 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -10,7 +10,7 @@
%hr
-.ui-box
+.panel.panel-default
.title
SSH Keys (#{@keys.count})
%ul.well-list#keys-table
diff --git a/app/views/profiles/keys/show.html.haml b/app/views/profiles/keys/show.html.haml
index b6724a7cb5d..38ca5706408 100644
--- a/app/views/profiles/keys/show.html.haml
+++ b/app/views/profiles/keys/show.html.haml
@@ -1,6 +1,6 @@
.row
.col-md-4
- .ui-box
+ .panel.panel-default
.title
SSH Key
%ul.well-list