summaryrefslogtreecommitdiff
path: root/app/views/keys
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-09-05 08:56:59 +0300
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-09-05 08:56:59 +0300
commit982a4095c193a9256b76ffcc40526e726eac14d1 (patch)
tree3b2b8d700c18c0785472c1b5eea0fd18fd72eb9b /app/views/keys
parent6e5cd8e0810c63e8744c23cdb887fea78ea37fb4 (diff)
downloadgitlab-ce-982a4095c193a9256b76ffcc40526e726eac14d1.tar.gz
Use tw style for some buttons. Improved deploy key UI
Diffstat (limited to 'app/views/keys')
-rw-r--r--app/views/keys/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/keys/show.html.haml b/app/views/keys/show.html.haml
index ffd52b96e5a..a8cba6c8f9e 100644
--- a/app/views/keys/show.html.haml
+++ b/app/views/keys/show.html.haml
@@ -10,5 +10,5 @@
%hr
%pre= @key.key
-.actions
+.right
= link_to 'Remove', @key, confirm: 'Are you sure?', method: :delete, class: "btn danger delete-key"