meetingtyp management

This commit is contained in:
Andreas Stephanides
2015-02-09 15:38:21 +01:00
parent 6c39c40403
commit f1a149908d
15 changed files with 148 additions and 17 deletions

View File

@@ -9,7 +9,7 @@
<%= f.semantic_fields_for :calentry, @meeting.calentry do |ff| %>
<%= ff.input :start, :as => :datetimepicker %>
<%= ff.input :ende, :as => :datetimepicker %>
<%= ff.input :typ %>
<%= ff.input :typ, :as=>:hidden %>
<% ff.input :object_id, :as=>:hidden %>
<% ff.input :object_type %>
@@ -20,4 +20,4 @@
<%= f.action :submit, :as => :input_ %>
<% end %>
<%= @meeting.calentry.to_yaml %>