13 lines
265 B
Plaintext
Executable File
13 lines
265 B
Plaintext
Executable File
<%= semantic_form_for @semester do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :name %>
|
|
<%= f.input :nummer %>
|
|
<%= f.input :ssws %>
|
|
<%= f.input :lvas %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|