Sha256: 191bf43997e9d0c3f2ef2099500e864b6903daf27b2bd7b7737f9ecc5b16caef

Contents?: true

Size: 418 Bytes

Versions: 15

Compression:

Stored size: 418 Bytes

Contents

= render "layouts/manage/page_title", title: "Schools" do
  = link_to "New School", new_manage_school_path, class: "btn btn-sm btn-outline-secondary"

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hackathon_manager-0.11.2 app/views/manage/schools/index.html.haml
hackathon_manager-0.11.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.11.0 app/views/manage/schools/index.html.haml
hackathon_manager-0.10.3 app/views/manage/schools/index.html.haml
hackathon_manager-0.10.2 app/views/manage/schools/index.html.haml
hackathon_manager-0.10.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.10.0 app/views/manage/schools/index.html.haml
hackathon_manager-0.9.2 app/views/manage/schools/index.html.haml
hackathon_manager-0.9.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.9.0 app/views/manage/schools/index.html.haml
hackathon_manager-0.8.2 app/views/manage/schools/index.html.haml
hackathon_manager-0.8.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.8.0 app/views/manage/schools/index.html.haml
hackathon_manager-0.7.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.7.0 app/views/manage/schools/index.html.haml