Green button when we create new item, blue when save or some primary action
This commit is contained in:
parent
baf591cc27
commit
68eb394824
4 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue