Sha256: 50b09ba803824f4afab7ec147574369918d84e0ea20281ef779fc28490534ccc
Contents?: true
Size: 418 Bytes
Versions: 2
Compression:
Stored size: 418 Bytes
Contents
<ol class='posts drafted'> <h3>Drafts</h3> <% drafted.each do |post| %> <li> <%= link_to post.title, url('/admin/posts/:post.id', post: post), class: %w(title) %> </li> <% end %> </ol> <ol class='posts published'> <h3>Published</h3> <% published.each do |post| %> <li> <%= link_to post.title, url('/admin/posts/:post.id', post: post), class: %w(title) %> </li> <% end %> </ol>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ecrire-0.26.1 | lib/ecrire/app/views/admin/posts/_posts.html.erb |
ecrire-0.26.0 | lib/ecrire/app/views/admin/posts/_posts.html.erb |