<% if item.preview_picture.present? %> <%= link_to(item, class: 'col-lg-2') do %> ... <% end %> <% else %>
<% end %>

<%= item.title %>

<%= mu(item, :body) %>
<%= link_to(t('ecm.news.item.actions.more'), item, class: 'btn btn-primary') %>