1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
= content_for :title do %h3.project-title Manage Projects .pull-right %small = pluralize(@projects.total_count, 'project') %table.table %tr %th ID %th Name %th Last build %th Access %th Builds %th = render @projects = paginate @projects