forked from bofh/fetsite
Merge branch 'master' of https://github.com/fetsite/fetsite
Conflicts: app/views/themen/_form.html.erb
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<table>
|
||||
<table class="table-striped">
|
||||
<% attachment_list.each do |a| %>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
@@ -57,8 +57,12 @@
|
||||
<% end %>
|
||||
<% end %>
|
||||
<%= tinymce %>
|
||||
|
||||
</div>
|
||||
|
||||
<%= tinymce_icon_choice %>
|
||||
<h2>Attachments:</h2>
|
||||
<%= render :partial => "themen/select", :object => @thema,:locals =>{ :editor => :true} %>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user