Files
fetsite/app/views/meetingtyps/_form.html.erb
Andreas Stephanides f1a149908d meetingtyp management
2015-02-09 15:38:21 +01:00

13 lines
318 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 %>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>