AutoCommit Fre Aug 21 20:03:03 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-21 20:03:03 +02:00
parent 6102587cab
commit c396c7410e
5 changed files with 20 additions and 21 deletions

View File

@@ -39,7 +39,7 @@
<% end %>
<div class="media-body">
<h1 itemprop="name">
<%= raw(neuigkeit_view.title) %> <%= link_to fa_icon("edit"), edit_rubrik_neuigkeit_path(neuigkeit_view.rubrik, neuigkeit_view), remote: true if can? :edit, neuigkeit_view %>
<%= raw(neuigkeit_view.title) %> <%#= link_to fa_icon("edit"), edit_rubrik_neuigkeit_path(neuigkeit_view.rubrik, neuigkeit_view), remote: true if can? :edit, neuigkeit_view %>
</h1>
<div itemprop="articleBody">
<%= raw(neuigkeit_view.text) %>