6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
<%= form.label :title, :Title, {:class => 'big'} %><br />
|
|
<%= form.text_field :title, {:class => 'big'} %><br />
|
|
|
|
<%= form.label :description %><br />
|
|
<%= form.text_area :description %><br />
|
|
<br /> |