changes in lva und beispiele

change
This commit is contained in:
Andreas Stephanides
2014-01-22 12:33:07 +01:00
parent 723182c69f
commit 783b9f41c9
12 changed files with 265 additions and 23 deletions

View File

@@ -25,7 +25,7 @@
</div>
<div class="form-group">
<div class="row-fluid">
<%= f.input :desc %>
<%= f.input :desc , :as=>:tinymce_text %>
<%= f.input :pruefungsinformation %>
<%= f.input :lernaufwand %>
</div></div>
@@ -39,7 +39,7 @@
</div>
<div class="span3">
<%= f.input :semester, :as=>:check_boxes%>
<%= f.input :semester, :as=>:check_boxes, :collection=>@semester%>
<%= f.input :lecturers, :as=>:check_boxes%>
</div>
<% end %>
@@ -47,3 +47,4 @@
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>
<%= tinymce %>