forked from bofh/fetsite
changes in lva und beispiele
change
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<h1><%=@lva.typ.to_s + ' ' + @lva.name %></h1>
|
||||
<h2>Prüfungsinformation</h2>
|
||||
<div class="">
|
||||
<%= @lva.pruefungsinformation %>
|
||||
<%= @lva.pruefungsinformation.html_safe %>
|
||||
</div>
|
||||
<h2>Lernaufwand</h2>
|
||||
<div class="">
|
||||
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<h2>Beschreibung</h2>
|
||||
<div class="">
|
||||
<%= @lva.desc %>
|
||||
<%= @lva.desc.to_s.html_safe %>
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<h2>Beispiele</h2>
|
||||
@@ -59,3 +59,4 @@
|
||||
|
||||
<%= render 'layouts/pretty_toolbar' %>
|
||||
</div>
|
||||
<%= render 'beispiele/form_bulk' %>
|
||||
|
||||
Reference in New Issue
Block a user