Sha256: 9aef3f3e6451d0c3db1e40679b335792edb92f2ee79a81ea6404e972c9f2122b

Contents?: true

Size: 409 Bytes

Versions: 3

Compression:

Stored size: 409 Bytes

Contents

<div class="hfeed">
  <% for note in @notes %>
  <div class='h-entry hentry h-as-note'>
    <article>
      <p class='p-name entry-title e-content entry-content article'><%= raw note.html(:body) %></p>
      <footer>
        <small><%= link_to_permalink(note, display_date_and_time(note.published_at)) %></small>
      </footer>
    </article>
        <hr>
  </div>
  <% end %>
</div>

<%= paginate @notes %>

Version data entries

3 entries across 3 versions & 1 rubygems

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