11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
<%= semantic_form_for [@thema,@attachment] do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :name %>
|
|
<%= f.input :datei, :as => :file %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|