2009-07-06 08:23:34 +00:00
|
|
|
<p>
|
2011-04-13 10:19:51 +00:00
|
|
|
<%= f.label :name, t('admin.name') %>
|
2009-07-06 08:23:34 +00:00
|
|
|
<%= f.text_field :name, :class => 'text' %>
|
|
|
|
</p>
|
|
|
|
|
2010-01-28 09:42:55 +00:00
|
|
|
<p>
|
2011-04-13 10:19:51 +00:00
|
|
|
<%= f.label :description, t('admin.description') %>
|
2010-01-28 09:42:55 +00:00
|
|
|
<%= f.text_field :description, :class => 'text' %>
|
|
|
|
</p>
|
|
|
|
|
2011-04-13 10:19:51 +00:00
|
|
|
<p>
|
|
|
|
<%= f.label "content", t('admin.content') %>
|
|
|
|
<%= f.text_area :content, :size => '100x30' %>
|
2009-07-06 08:23:34 +00:00
|
|
|
</p>
|