forked from bofh/fetsite
AutoCommit Mon Sep 14 15:54:50 CEST 2015
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user