AutoCommit Mon Sep 14 15:54:50 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-14 15:54:50 +02:00
parent e15526865d
commit 0337131472
3 changed files with 10 additions and 3 deletions

View File

@@ -18,7 +18,8 @@
<div class="pull-left" href="#">
<% unless n.picture_robust.big_thumb.to_s.empty? %>
<p><br><%= link_to image_tag(n.picture_robust.big_thumb),n.picture_robust.try(:url) %>
<p>
<br><%= link_to image_tag(n.picture_robust.big_thumb),n.picture_robust.try(:url) %>
</p>
<% end %>
<h1>
@@ -42,7 +43,7 @@
<%= raw(n.title) %> <%#= link_to fa_icon("edit"), edit_rubrik_neuigkeit_path(n.rubrik, n), remote: true if can? :edit, n %>
</h1>
<div itemprop="articleBody" style="font-size:large">
<%= raw(n.text) %>
<%= raw(n.text_first_words) %>
</div>