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