Sha256: 705a3c5b0ff0bbc1d0b4ba5ba41f0045d66ef418c75d0f73806c799811e7415c
Contents?: true
Size: 404 Bytes
Versions: 8
Compression:
Stored size: 404 Bytes
Contents
<h1 class="admin-header">Posts</h1> <table class="pure-table pure-table-striped"> <thead> <tr> <th><%= 'Title' %></th> <th><%= 'Status' %></th> <th><%= 'Author' %></th> <th><%= 'Published on' %></th> <th></th> </tr> </thead> <tbody> <% @posts.each do |post|%> <%= render partial: 'post_li', locals: {post: post} %> <% end %> </tbody> </table>
Version data entries
8 entries across 8 versions & 1 rubygems