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")} »", :previous_label => "« #{t('.previous_page')}" %>
Version data entries
6 entries across 6 versions & 1 rubygems