Files
fetsite/app/views/meetingtyps/_form.html.erb
Andreas Stephanides 34c0374877 meeting style
2015-03-15 13:09:05 +01:00

16 lines
402 B
Plaintext

<%= semantic_form_for [@meetingtyp] do |f| %>
<%= f.inputs do %>
<%= f.input :name, :placeholder=> "Name" %>
<%= f.input :rubrik %>
<%= f.input :agendaintern %>
<%= f.input :protocolintern %>
<%= image_tag @meetingtyp.picture.thumb.url %>
<%= f.input :picture %>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>