forked from bofh/fetsite
fix2
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
<% tg.themen.order(:priority).reverse.each do |t| %>
|
||||
<% if can?(:show, t) %>
|
||||
<li> <%= t.title %>
|
||||
<ul> <% t.fragen.each do |f| %>
|
||||
<ul>
|
||||
<% t.fragen.each do |f| %>
|
||||
<li>
|
||||
<b> <%= f.title %>?</b>
|
||||
<p> <%= raw(f.text) %></p>
|
||||
|
||||
Reference in New Issue
Block a user