<%= fa_icon("calendar 2x") %>
<%= f.input :start, :as => :datetimepicker %>
<%= f.input :dauer , :as => :string, :append=>"h" %>
<% f.input :typ %>
<%= f.check_box :_destroy %> <%= I18n.t 'common.delete' %>