Sha256: 60daab974994d61779f55649c2b0f5e301f68be9a6d0b54c30972ef125d2df16
Contents?: true
Size: 619 Bytes
Versions: 4
Compression:
Stored size: 619 Bytes
Contents
<% title("Post Drafts") %> <h3 class="page-title">Posts <small>Drafts</small></h3> <p><%= link_to "Back to dashboard", admin_posts_dashboard_path %></p> <hr/> <p class="pagination-summary"><%= page_entries_info @posts %></p> <%= paginate @posts %> <hr/> <ul class="fa-ul"> <% @posts.each do |post| %> <li class="margin-md-down"> <i class="fa fa-arrow-circle-o-right small"></i> <%= link_to post.title, edit_admin_post_path(post.slug) %> <br/> <small class="x-small-text">about <%= time_ago_in_words(post.updated_at) %> ago</small> </li> <% end %> </ul> <hr/> <%= paginate @posts %>
Version data entries
4 entries across 4 versions & 3 rubygems