forked from bofh/fetsite
Conflicts: app/controllers/documents_controller.rb app/controllers/meetings_controller.rb app/models/ability.rb app/models/document.rb app/models/meeting.rb app/models/meetingtyp.rb app/views/documents/_document.html.erb app/views/documents/_nested_form.html.erb app/views/documents/edit.js.erb app/views/documents/new.js.erb app/views/meetings/_meeting.html.erb app/views/themen/_small.html.erb config/routes.rb
14 lines
304 B
Plaintext
14 lines
304 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 %>
|