Fix mispelling and ambiguous id in UserTeam.without_project

This commit is contained in:
Dmitriy Zaporozhets 2013-01-24 11:19:09 +02:00
parent ca105d0462
commit ca752e64fb
8 changed files with 6 additions and 13 deletions

View file

@ -8,7 +8,7 @@
= f.label :name do
Team name is
.input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
= f.text_field :name, placeholder: "Ex. Ruby Developers", class: "xxlarge left"
 
= f.submit 'Create team', class: "btn primary"
%hr