neuigkeiten rechte

This commit is contained in:
Andreas Stephanides
2014-02-07 22:15:30 +01:00
parent 48fc0455c7
commit 50bceaf017
4 changed files with 17 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<ul class="unstyled linkbox-list" style="max-width:70em">
<% @neuigkeiten.each do |n| %>
<li><%= render n %> </li>
<li><%= render n if can?(:show, n) %> </li>
<% end %>
</ul>
</div>