AutoCommit Sam Aug 1 16:03:03 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-01 16:03:03 +02:00
parent ab0559a45c
commit dae218c4ff
5 changed files with 19 additions and 8 deletions

View File

@@ -34,11 +34,12 @@
<%= link_to "Refresh", neuigkeit_path(@neuigkeit), remote: true %>
<p id="notice"><%= notice %></p>
<%= render partial: "neuigkeit_view", object: @neuigkeit %>
</div>
</div>
<% @neuigkeit.questions.each do |q| %>
<%= render q%>
<% end %>
</div>
</div>
<div class="fb-like" data-href"<%= rubrik_neuigkeit_url(@rubrik,@neuigkeit,{themes: nil, locale: nil})%>" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
<% if can? :find_link , @neuigkeit %>