Sha256: 4be63eded8beae16b7138f7e1641c1e2020bb61d8c30a6c74ca1c4d8dc9763aa

Contents?: true

Size: 642 Bytes

Versions: 3

Compression:

Stored size: 642 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

3 entries across 3 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/notes/_note.html.erb
publify_core-9.0.1 app/views/notes/_note.html.erb
publify_core-9.0.0 app/views/notes/_note.html.erb