foodcoop-adam/foodsoft

View on GitHub
lib/foodsoft_wiki/app/views/pages/_title_list.html.haml

Summary

Maintainability
Test Coverage
%table.table.table-striped
  %thead
    %tr
      %th= t 'pages.title'
      %th= t 'pages.last_updated'
  %tbody
    - for page in @pages
      = render :partial => "page_list_item", :locals => {:page => page, :level => 0, :siteMap => 0}