forked from bofh/fetsite
19 lines
333 B
Plaintext
Executable File
19 lines
333 B
Plaintext
Executable File
<%= semantic_form_for @lva do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :modul %>
|
|
<%= f.input :name %>
|
|
<%= f.input :ects %>
|
|
<%= f.input :stunden %>
|
|
|
|
<%= f.input :desc %>
|
|
|
|
<%= f.input :lvanr %>
|
|
|
|
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|