forked from bofh/fetsite
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
<%= semantic_form_for @fetznedition do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :title %>
|
|
<%= f.input :desc %>
|
|
<%= f.input :datum %>
|
|
<%= f.input :datei %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|