forked from bofh/fetsite
studium_edit_lvas added
This commit is contained in:
15
app/views/studien/edit_lvas.html.erb
Normal file
15
app/views/studien/edit_lvas.html.erb
Normal file
@@ -0,0 +1,15 @@
|
||||
<%= semantic_form_for @studium do |ff|%>
|
||||
|
||||
<table>
|
||||
|
||||
<%= ff.semantic_fields_for :lvas, @lvas do |f|%>
|
||||
<%= render 'lvas/nested_fields', :f => f %>
|
||||
<% end %>
|
||||
|
||||
<%= ff.actions do %>
|
||||
<%= ff.action :submit, :as => :button %>
|
||||
<%= ff.action :cancel, :as => :link %>
|
||||
<% end %>
|
||||
|
||||
</table>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user