Commit 82f61410 authored by Chris Peressini's avatar Chris Peressini

Change Canccel button class

Used to be `btn-default`, change it to `btn-cancel`
parent b3eda944
......@@ -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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment