Files
fetsite/app/views/documents/_nested_form.html.erb
Andreas Stephanides ab396c002e meeting views
2014-12-08 22:58:21 +01:00

12 lines
302 B
Plaintext

<%= fa_icon("calendar 2x") %>
<p id="notice"><%= notice %></p>
<%= semantic_form_for @document, :remote=>true, :html=>{:class=>""} do |f| %>
<%= f.input :name %>
<%= f.input :parent_id, :as=>:hidden %>
<%= f.input :parent_type, :as=>:hidden %>
<%= f.action :submit, :as => :input_ %>
<% end %>