forked from bofh/fetsite
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
<%= semantic_form_for @rubrik do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :name %>
|
|
<%= f.input :desc %>
|
|
<%= f.input :prio %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|