mattvanhorn/BJJLife

View on GitHub
app/views/admin/categories/index.html.haml

Summary

Maintainability
Test Coverage
#admin.grid
  = standard_header

  .main
    .row
      %table#categories
        %thead
          %tr
            %th Name
            %th
          = render categories
  .sidebar
    %p= link_to t('admin.home_link'), admin_path
    %p= link_to "Add Category", new_admin_category_path