diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-07 23:35:24 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-07 23:35:24 +0300 |
commit | 846e59505eefab7bd04227edcdc55c6033d42ec5 (patch) | |
tree | 6c3773716c0ebce7717acd1f3f959fd9b5832d7b /app/views/profiles/keys | |
parent | e3f9bd231b0b071e4586b5134bae99367380a6bf (diff) | |
download | gitlab-ce-846e59505eefab7bd04227edcdc55c6033d42ec5.tar.gz |
Replace .actions with .form-actions
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r-- | app/views/profiles/keys/_form.html.haml | 2 |
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" |