meeting ix

This commit is contained in:
Andreas Stephanides
2014-12-12 15:24:20 +01:00
parent e411a98b4e
commit a9ef5c14ba
4 changed files with 18 additions and 5 deletions

View File

@@ -4,6 +4,8 @@
<%= semantic_form_for @meeting, :remote=>true, :html=>{:class=>""} do |f| %>
<%= f.input :name %>
<%= f.input :meetingtyp %>
<%= f.semantic_fields_for :calentry, @meeting.calentry do |ff| %>
<%= ff.input :start, :as => :datetimepicker %>
<%= ff.input :dauer , :as => :string, :append=>"h" %>