Sha256: 462e1e798cda9195b91e769f0d28b5f738a707f95a57b9f323ab197cbd945a87

Contents?: true

Size: 458 Bytes

Versions: 30

Compression:

Stored size: 458 Bytes

Contents

%section.section.manage
  %h1.section-title= title "Listing Schools"

  %table.schools.datatable.row-border.stripe.hover.order-column{ "data-source" => datatable_manage_schools_path(format: :json) }
    %thead
      %tr
        %th
        %th ID
        %th Name
        %th City
        %th State
        %th Count
        %th Bus List
    %tbody

  - unless current_user.admin_limited_access
    %br
    = btn_link_to 'New School', new_manage_school_path

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
hackathon_manager-0.6.6 app/views/manage/schools/index.html.haml
hackathon_manager-0.6.5 app/views/manage/schools/index.html.haml
hackathon_manager-0.6.4 app/views/manage/schools/index.html.haml
hackathon_manager-0.6.3 app/views/manage/schools/index.html.haml
hackathon_manager-0.6.2 app/views/manage/schools/index.html.haml
hackathon_manager-0.6.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.6.0 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.11 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.10 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.9 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.8 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.7 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.6 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.5 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.4 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.3 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.2 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.5.0 app/views/manage/schools/index.html.haml
hackathon_manager-0.4.4 app/views/manage/schools/index.html.haml