diff options
author | Sabba Petri <sabbap@gmail.com> | 2015-02-23 15:48:00 -0800 |
---|---|---|
committer | Sabba Petri <sabbap@gmail.com> | 2015-02-23 15:48:00 -0800 |
commit | cb65a3f1d965f226f19ac20c69435c3387eb39ed (patch) | |
tree | 3f39c0bb64bd3a7504c5720dff7147e788ccfa55 /app/views/profiles/accounts | |
parent | c6860a5828fe569f6a81e2c96bb7e4a32f572a29 (diff) | |
download | gitlab-ce-cb65a3f1d965f226f19ac20c69435c3387eb39ed.tar.gz |
Changed button styles
Styles for buttons are changed to match user expectations.
Diffstat (limited to 'app/views/profiles/accounts')
-rw-r--r-- | app/views/profiles/accounts/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml index 53a50f6796b..248c9137ca5 100644 --- a/app/views/profiles/accounts/show.html.haml +++ b/app/views/profiles/accounts/show.html.haml @@ -57,7 +57,7 @@ %p.light = user_url(@user) %div - = f.submit 'Save username', class: "btn btn-save" + = f.submit 'Save username', class: "btn btn-create" - if show_profile_remove_tab? %fieldset.remove-account |