thmen sanitize

This commit is contained in:
Andreas Stephanides
2014-10-16 21:44:22 +02:00
parent a785cc0bc5
commit 6639011968
4 changed files with 26 additions and 6 deletions

View File

@@ -20,6 +20,7 @@
<li><%= render n if can?(:show, n) %> </li>
<% end %>
</ul>
<div id="infinite-scrolling">
<%= paginate @neuigkeiten, theme:'twitter-bootstrap' %>
</div>

View File

@@ -1,7 +1,8 @@
<p id="notice"><%= notice %></p>
<%= link_to "Zurück", @thema.themengruppe %>
<br>
<div class="contentbox">
<%= render :partial=>"themen/small", :object=>@thema %>
</div>
<%= render :partial=>'layouts/pretty_toolbar' %>