forked from bofh/fetsite
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
<%= semantic_form_for @calentry do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :start %>
|
|
<%= f.input :ende %>
|
|
<%= f.input :summary %>
|
|
<%= f.input :calendar, :as=> :radio %>
|
|
<%= f.input :typ %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|