Conflicts:
	app/views/themen/_form.html.erb
This commit is contained in:
2014-07-09 20:18:07 +02:00
47 changed files with 1354 additions and 94 deletions

View File

@@ -1,4 +1,4 @@
<table>
<table class="table-striped">
<% attachment_list.each do |a| %>
<tr>
<td>

View File

@@ -57,8 +57,12 @@
<% end %>
<% end %>
<%= tinymce %>
</div>
<%= tinymce_icon_choice %>
<h2>Attachments:</h2>
<%= render :partial => "themen/select", :object => @thema,:locals =>{ :editor => :true} %>

View File

@@ -15,7 +15,7 @@
<br/>
<% small.fragen.each do |frage| %>
<p>
<b> <%= frage.title %> </b> <br/>
<b> <%= frage.title %> </b> <br/>
<%= raw(frage.text) %>
</p>
<% end %>