diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-06 00:08:02 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-06 00:08:02 +0200 |
commit | 68eb394824f6d7edd895d8175d16f281af68073a (patch) | |
tree | 61007c32d3970eebacc794070ff06f0dde76697e /app/views/issues | |
parent | baf591cc2793533e524810c14afc76b5fe5126f7 (diff) | |
download | gitlab-ce-68eb394824f6d7edd895d8175d16f281af68073a.tar.gz |
Green button when we create new item, blue when save or some primary action
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml index 02b11b53a95..bef235f2dea 100644 --- a/app/views/issues/_form.html.haml +++ b/app/views/issues/_form.html.haml @@ -44,7 +44,7 @@ .actions - if @issue.new_record? - = f.submit 'Submit new issue', class: "btn save-btn" + = f.submit 'Submit new issue', class: "btn success" -else = f.submit 'Save changes', class: "save-btn btn" |