AutoCommit Don Jun 25 16:03:19 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-06-25 16:03:20 +02:00
parent b9d436789c
commit 88877ccab0
4 changed files with 20 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
<%= f.input :desc %>
</div>
<div class="span4">
<%= f.input :lva, :as=>:radio, :collection => Lva.all %>
<%= f.input :lecturer, :as=>:select, :collection => @beispiel.lva.lecturers %>
</div>
<%= f.hidden_field :beispieldatei_cache %>
<%= f.actions do %>