error fixes

This commit is contained in:
2014-07-14 17:09:26 +02:00
parent adaf924fd7
commit d823dea5c2
7 changed files with 33 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
<% thema.nlinks.each do |l| %>
<li>
<%= render l.neuigkeit %>
<%= render l.neuigkeit if can? :show, l.neuigkeit%>
</li>
<% end %>