forked from bofh/fetsite
12 lines
256 B
Plaintext
Executable File
12 lines
256 B
Plaintext
Executable File
<%= semantic_form_for @semester do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :lvas, :as=>:check_boxes%>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|
|
<%= link_to 'Zurück',@studium, :class=>"btn"%>
|
|
x
|