about summary refs log tree commit diff stats
path: root/tools/validator
diff options
context:
space:
mode:
Diffstat (limited to 'tools/validator')
0 files changed, 0 insertions, 0 deletions
href='#n11'>11 12 13
%table#entries
  %tr
    %th Title
    %th Last updated
    %th
  - @blogs.each do |blog|
    %tr{ class: cycle("even", "odd") }
      %td= blog.title
      %td= blog.updated_at.strftime("%B %d, %Y, %l:%M%P")
      %td
        %ul.admin-actions
          %li= link_to "Preview", admin_blog_url(blog)
          %li= link_to "Edit", edit_admin_blog_url(blog)