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.
orbit-4-1/app/views/admin/snippets/_form.html.erb

12 lines
228 B
Plaintext
Raw Normal View History

<%= f.hidden_field :parent_id %>
2009-07-06 08:23:34 +00:00
<p>
<%= f.label :name, t('admin.name') %>
2009-07-06 08:23:34 +00:00
<%= f.text_field :name, :class => 'text' %>
</p>
<p>
<%= f.label "content", t('admin.content') %>
<%= f.text_area "content", :size => '100x30' %>
2009-07-06 08:23:34 +00:00
</p>