neuigkeiten small fix

This commit is contained in:
Andreas Stephanides
2013-09-17 19:30:34 +02:00
parent be55462e35
commit 5e06187a94
3 changed files with 19 additions and 0 deletions

View File

@@ -7,6 +7,11 @@
<%= f.input :rubrik, :as=>:radio, :collection=>Rubrik.all %>
<%= f.input :author, :as=>:radio %>
<%= f.input :picture, :as=>:file %>
<%= f.inputs :for => :calentry do |calentry| %>
<%= calentry.input :start, :as =>:datepicker %>
<%= calentry.input :ende, :as =>:datepicker %>
<%= calentry.input :typ %>
<% end %>
<% end %>
<%= f.actions do %>