summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/_form.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-07 23:35:24 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-07 23:35:24 +0300
commit846e59505eefab7bd04227edcdc55c6033d42ec5 (patch)
tree6c3773716c0ebce7717acd1f3f959fd9b5832d7b /app/views/profiles/keys/_form.html.haml
parente3f9bd231b0b071e4586b5134bae99367380a6bf (diff)
downloadgitlab-ce-846e59505eefab7bd04227edcdc55c6033d42ec5.tar.gz
Replace .actions with .form-actions
Diffstat (limited to 'app/views/profiles/keys/_form.html.haml')
-rw-r--r--app/views/profiles/keys/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/_form.html.haml b/app/views/profiles/keys/_form.html.haml
index 292dda4d974..f41ae1c2591 100644
--- a/app/views/profiles/keys/_form.html.haml
+++ b/app/views/profiles/keys/_form.html.haml
@@ -17,7 +17,7 @@
= f.text_area :key, class: [:xxlarge, :thin_area]
- .actions
+ .form-actions
= f.submit 'Add key', class: "btn btn-create"
= link_to "Cancel", profile_keys_path, class: "btn btn-cancel"