15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
<p>
|
|
<%= f.label :name, t('admin.name') %>
|
|
<%= f.text_field :name, :class => 'text' %>
|
|
</p>
|
|
|
|
<p>
|
|
<%= f.label :description, t('admin.description') %>
|
|
<%= f.text_field :description, :class => 'text' %>
|
|
</p>
|
|
|
|
<p>
|
|
<%= f.label "content", t('admin.content') %>
|
|
<%= f.text_area :content, :size => '100x30' %>
|
|
</p>
|