forked from bofh/fetsite
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
<%= semantic_form_for @calendar do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :name %>
|
|
<%= f.input :public %>
|
|
<%= f.input :picture, :as => :file %>
|
|
<%= f.input :rubrik %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|