forked from bofh/fetsite
AutoCommit Mit Aug 5 11:03:06 CEST 2015
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
</p>
|
||||
<%= render partial: "neuigkeit_view", object: @neuigkeit %>
|
||||
</div>
|
||||
<% @neuigkeit.questions.each do |q| %>
|
||||
<%= render q%>
|
||||
<% end %>
|
||||
<% @neuigkeit.questions.each do |q| %>
|
||||
<%= render q if can? :show, q %>
|
||||
<% end %>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user