%table#entries %tr %th Title %th Date created %th - @blogs.each do |blog| %tr{ class: cycle("even", "odd") } %td= blog.title %td= blog.created_at.strftime("%B %d, %Y, %l:%M%P") %td= link_to "Edit", edit_admin_blog_url(blog)