neuigkeiten calentry ende -> dauer

This commit is contained in:
Andreas Stephanides
2013-11-12 21:07:34 +01:00
parent 3612d5fcb3
commit d5160b11e5

View File

@@ -10,7 +10,7 @@
<% unless @neuigkeit.calentry.nil? %> <% unless @neuigkeit.calentry.nil? %>
<%= f.inputs :for => :calentry do |calentry| %> <%= f.inputs :for => :calentry do |calentry| %>
<%= calentry.input :start, :as => :datepicker %> <%= calentry.input :start, :as => :datepicker %>
<%= calentry.input :ende , :as => :datepicker %> <%= calentry.input :dauer , :as => :string %>
<%= calentry.input :typ %> <%= calentry.input :typ %>
<% end %> <% end %>
<% end %> <% end %>