Files
fetsite/app/views/semesters/_form.html.erb
Thomas Blazek cc002d4291 Init
2013-07-22 15:49:19 +02:00

13 lines
261 B
Plaintext
Executable File

<%= 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 %>