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/notifications | |
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/notifications')
-rw-r--r-- | app/views/profiles/notifications/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml index 28bc5a426ac..516c4f82365 100644 --- a/app/views/profiles/notifications/show.html.haml +++ b/app/views/profiles/notifications/show.html.haml @@ -51,7 +51,7 @@ %p You will receive all notifications from projects in which you participate .form-actions - = f.submit 'Save changes', class: "btn btn-save" + = f.submit 'Save changes', class: "btn btn-create" .clearfix %hr |