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