Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-08 00:35:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-08 00:35:24 +0400
commit846e59505eefab7bd04227edcdc55c6033d42ec5 (patch)
tree6c3773716c0ebce7717acd1f3f959fd9b5832d7b /app/views/projects/deploy_keys
parente3f9bd231b0b071e4586b5134bae99367380a6bf (diff)
Replace .actions with .form-actions
Diffstat (limited to 'app/views/projects/deploy_keys')
-rw-r--r--app/views/projects/deploy_keys/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deploy_keys/_form.html.haml b/app/views/projects/deploy_keys/_form.html.haml
index d3e517b87fd..84a81ac58b1 100644
--- a/app/views/projects/deploy_keys/_form.html.haml
+++ b/app/views/projects/deploy_keys/_form.html.haml
@@ -17,7 +17,7 @@
Paste a machine public key here. Read more about how generate it
= link_to "here", help_ssh_path
- .actions
+ .form-actions
= f.submit 'Create', class: "btn-create btn"
= link_to "Cancel", project_deploy_keys_path(@project), class: "btn btn-cancel"