Sha256: 9795013b39826f71994300c356d087d1ae65589478a07bc6c15cb3293d7c6938
Contents?: true
Size: 639 Bytes
Versions: 15
Compression:
Stored size: 639 Bytes
Contents
<% cache [note, note.user] do %> <article class='status'> <%= author_picture note %> <div class='p-name entry-title e-content entry-content article'><%= raw note.html(:body) %></div> <footer> <small> <%= link_to_permalink(note, display_date_and_time(note.published_at)) %> | <%= link_to note.redirect.from_url, note.redirect.from_url %> | <%= author_link note %> <% unless note.twitter_id.blank? %> <%= " | #{link_to(t('.view_on_twitter'), note.twitter_url, class: 'u-syndication', rel: 'syndication')}" %> <% end %> </small> </footer> </article> <% end %>
Version data entries
15 entries across 15 versions & 2 rubygems