diff options
author | Chris Peressini <cperessini@gitlab.com> | 2017-03-14 12:23:44 +0000 |
---|---|---|
committer | Chris Peressini <cperessini@gitlab.com> | 2017-03-14 12:23:44 +0000 |
commit | 82f61410b65c6044aa630d5f5b27fada207b870e (patch) | |
tree | 63224c5814cfff96d77c1716c8e361ae256fc725 /app | |
parent | b3eda944454cb180cdefb8ddff35fdeb729e3ed5 (diff) | |
download | gitlab-ce-82f61410b65c6044aa630d5f5b27fada207b870e.tar.gz |
Change Canccel button class29441-cancel-button-misaligned-in-new-application-page
Used to be `btn-default`, change it to `btn-cancel`
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/applications/_form.html.haml | 2 |
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" |