Sha256: 9f15d04c2f12a199874dfbf7e02001a35163a9ed7635c76453389312a7ec3bb4

Contents?: true

Size: 397 Bytes

Versions: 18

Compression:

Stored size: 397 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
    %tbody

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.14.0 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.12 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.11 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.10 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.9 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.8 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.7 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.6 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.5 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.4 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.3 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.2 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.13.0 app/views/manage/schools/index.html.haml
hackathon_manager-0.12.2 app/views/manage/schools/index.html.haml
hackathon_manager-0.12.1 app/views/manage/schools/index.html.haml
hackathon_manager-0.12.0 app/views/manage/schools/index.html.haml