forked from bofh/fetsite
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
<%= semantic_form_for @semester do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :name %>
|
|
<%= f.input :nummer %>
|
|
<%= f.input :ws %>
|
|
<%= f.input :ss %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|