Missing descriptions added

This commit is contained in:
Andrew8xx8 2013-02-19 23:02:25 +04:00
parent cf6d9a2222
commit 9c747fbb95
8 changed files with 48 additions and 10 deletions

View file

@ -10,7 +10,7 @@
.input
= f.text_field :name, placeholder: "Example Team", class: "xxlarge"
.clearfix.team_description_holder
.clearfix.team-description-holder
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4

View file

@ -10,7 +10,7 @@
.input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
.clearfix.team_description_holder
.clearfix.team-description-holder
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4