Files
fetsite/app/views/attachments/_rform.html.erb
2014-02-16 15:34:16 +01:00

11 lines
253 B
Plaintext

<%= semantic_form_for [@thema,@attachment],:remote=>true do |f| %>
<%= f.inputs do %>
<%= f.input :name %>
<%= f.input :datei, :as => :file %>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>