Files
fetsite/app/views/calentries/_nested_form.html.erb
Andreas Stephanides 2688bca831 calentry inline form
2014-10-28 08:43:44 +01:00

11 lines
276 B
Plaintext

<%= fa_icon("calendar 2x") %>
<%= semantic_form_for @calentry, :remote=>true, :html=>{:class=>"inline"} do |f| %>
<%= f.input :start, :as => :datetimepicker %>
<%= f.input :dauer , :as => :string, :append=>"h" %>
<%= f.action :submit, :as => :input_ %>
<% end %>