Sha256: aaab88d9fe91e6d8832371095a1843a63ea6152478dc46affd1f1d6b80f1ea04

Contents?: true

Size: 507 Bytes

Versions: 6

Compression:

Stored size: 507 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, :next_label => "#{t(".next_page")} &raquo;", :previous_label => "&laquo; #{t('.previous_page')}" %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre6 app/views/notes/index.html.erb
publify_core-9.0.0.pre5 app/views/notes/index.html.erb
publify_core-9.0.0.pre4 app/views/notes/index.html.erb
publify_core-9.0.0.pre3 app/views/notes/index.html.erb
publify_core-9.0.0.pre2 app/views/notes/index.html.erb
publify_core-9.0.0.pre1 app/views/notes/index.html.erb