<%= render_image_link_lazy({ :alt_image => fact.title, :image => fact.send(thumb_size), :a_href => url_for_fact(fact), :a_class => '', :a_style => css_common_width_height, :a_rel => 'nofollow' }) %> <%= link_to(url_for_fact(fact), class: 'h5') do %>
<%= fact.title %>
<% end %>

<%= local_time(fact[:created_at], format: '%e.%m.%Y') %>

<%= fact[:short].html_safe %>