| ... | ... | @@ -23,7 +23,7 @@ |
|
|
|
|
|
|
|
.clearfix
|
|
|
|
= f.label :title
|
|
|
|
.input= f.text_area :title, :maxlength => 255, :class => "xlarge"
|
|
|
|
.input= f.text_area :title, :maxlength => 255, :class => "xxlarge"
|
|
|
|
.actions
|
|
|
|
= f.submit 'Save', :class => "primary btn"
|
|
|
|
|
| ... | ... | |
| ... | ... | |