Sha256: 1044e11b3193b8e85cb51ac71a0e509d988d84d18c245da06f4fe2c4d9d9c2da

Contents?: true

Size: 407 Bytes

Versions: 8

Compression:

Stored size: 407 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'><%= 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

8 entries across 8 versions & 1 rubygems

Version Path
publify_core-10.0.1 app/views/notes/index.html.erb
publify_core-10.0.0 app/views/notes/index.html.erb
publify_core-9.2.10 app/views/notes/index.html.erb
publify_core-9.2.9 app/views/notes/index.html.erb
publify_core-9.2.8 app/views/notes/index.html.erb
publify_core-9.2.7 app/views/notes/index.html.erb
publify_core-9.2.6 app/views/notes/index.html.erb
publify_core-9.2.5 app/views/notes/index.html.erb