Green button when we create new item, blue when save or some primary action

This commit is contained in:
Dmitriy Zaporozhets 2013-01-06 00:08:02 +02:00
parent baf591cc27
commit 68eb394824
4 changed files with 9 additions and 6 deletions

View file

@ -7,7 +7,7 @@
Project name is
.input
= f.text_field :name, placeholder: "Example Project", class: "xxlarge"
= f.submit 'Create project', class: "btn primary project-submit"
= f.submit 'Create project', class: "btn success project-submit"
- if current_user.several_namespaces?
.clearfix