Sha256: a6ab7c93faeaf417cd64365097d123c54204cab59dd94cf9a6a966073918441f

Contents?: true

Size: 411 Bytes

Versions: 15

Compression:

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

15 entries across 15 versions & 2 rubygems

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