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

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/notes/_note.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/notes/_note.html.erb
publify_core-9.2.4 app/views/notes/_note.html.erb
publify_core-9.2.3 app/views/notes/_note.html.erb
publify_core-9.2.2 app/views/notes/_note.html.erb
publify_core-9.2.1 app/views/notes/_note.html.erb
publify_core-9.2.0 app/views/notes/_note.html.erb