Fetprofile, Gremien etc bearbeitet

This commit is contained in:
Andreas Stephanides
2013-08-21 19:04:26 +02:00
parent faf977e651
commit a4538fa61a
11 changed files with 79 additions and 67 deletions

View File

@@ -1,10 +1,9 @@
<%= semantic_form_for @membership do |f| %>
<%= f.inputs do %>
<%= f.input :fetprofile_id %>
<%= f.input :gremium_id %>
<%= f.input :gremium, :as=>:radio %>
<%= f.input :start %>
<%= f.input :stop %>
<%= f.input :typ %>
<%= f.input :typ ,:as=>:radio, :collection=>{"mitglied"=>1, "ersatzmitglied"=>2} %>
<% end %>
<%= f.actions do %>