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:
authorChris Peressini <cperessini@gitlab.com>2017-03-14 15:23:44 +0300
committerChris Peressini <cperessini@gitlab.com>2017-03-14 15:23:44 +0300
commit82f61410b65c6044aa630d5f5b27fada207b870e (patch)
tree63224c5814cfff96d77c1716c8e361ae256fc725 /app/views/admin/applications
parentb3eda944454cb180cdefb8ddff35fdeb729e3ed5 (diff)
Change Canccel button class
Used to be `btn-default`, change it to `btn-cancel`
Diffstat (limited to 'app/views/admin/applications')
-rw-r--r--app/views/admin/applications/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/applications/_form.html.haml b/app/views/admin/applications/_form.html.haml
index c689b26d6e6..061f8991b11 100644
--- a/app/views/admin/applications/_form.html.haml
+++ b/app/views/admin/applications/_form.html.haml
@@ -26,4 +26,4 @@
.form-actions
= f.submit 'Submit', class: "btn btn-save wide"
- = link_to "Cancel", admin_applications_path, class: "btn btn-default"
+ = link_to "Cancel", admin_applications_path, class: "btn btn-cancel"