This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<%= f.hidden_field :parent_id %>
|
|
|
|
<p>
|
|
<%= f.label :name, t('admin.name') %>
|
|
<%= f.text_field :name, :class => 'text' %>
|
|
</p>
|
|
|
|
<p>
|
|
<%= f.label "content", t('admin.content') %>
|
|
<%= f.text_area "content", :size => '100x30' %>
|
|
</p>
|