Commit 1e42cd20 authored by Sabba Petri's avatar Sabba Petri

Added a warning class to button

Because changing username largely affects the application, it should
not be green, but be more of a warning change, which is why it's now
orange.
parent 8bcff0f1
......@@ -57,7 +57,7 @@
%p.light
= user_url(@user)
%div
= f.submit 'Save username', class: "btn btn-create"
= f.submit 'Save username', class: "btn btn-warning"
- if show_profile_remove_tab?
%fieldset.remove-account
......
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