Sha256: 4e0f1c0c520d533fe65f610f92c26ecf48f52108a30372ae8c2797e9e51ba656

Contents?: true

Size: 1.6 KB

Versions: 10

Compression:

Stored size: 1.6 KB

Contents

= render "layouts/manage/page_title", title: "Statistics & Info"

.row
  .col
    %h5.dashboard-container-title Dietary Restrictions & Special Needs
    %table.stats.datatable.table.table-striped.table-hover{ "data-source" => dietary_special_needs_manage_stats_path(format: :json) }
      %thead
        %tr
          %th First name
          %th Last name
          %th Email
          %th Phone
          %th Checked In
          %th Dietary Restrictions
          %th Special Needs
      %tbody

.row
  .col
    %h5.dashboard-container-title Attendees Not Traveling From Their School
    %table.stats.datatable.table.table-striped.table-hover{ "data-source" => alt_travel_manage_stats_path(format: :json) }
      %thead
        %tr
          %th Link
          %th First name
          %th Last name
          %th Email
          %th Traveling From
          %th Acc Status
      %tbody

.row
  .col
    %h5.dashboard-container-title Attendee Info for Sponsors
    %table.stats.datatable.table.table-striped.table-hover{ "data-source" => sponsor_info_manage_stats_path(format: :json) }
      %thead
        %tr
          %th First name
          %th Last name
          %th Email
          %th School
          %th Open Source Link
          %th Portfolio Link
          %th Resume Link
      %tbody

.row
  .col
    %h5.dashboard-container-title MLH Info
    %table.stats.datatable.table.table-striped.table-hover{ "data-source" => mlh_info_manage_stats_path(format: :json) }
      %thead
        %tr
          %th First name
          %th Last name
          %th Email
          %th Phone Number
          %th School Name
      %tbody

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hackathon_manager-0.10.1 app/views/manage/stats/index.html.haml
hackathon_manager-0.10.0 app/views/manage/stats/index.html.haml
hackathon_manager-0.9.2 app/views/manage/stats/index.html.haml
hackathon_manager-0.9.1 app/views/manage/stats/index.html.haml
hackathon_manager-0.9.0 app/views/manage/stats/index.html.haml
hackathon_manager-0.8.2 app/views/manage/stats/index.html.haml
hackathon_manager-0.8.1 app/views/manage/stats/index.html.haml
hackathon_manager-0.8.0 app/views/manage/stats/index.html.haml
hackathon_manager-0.7.1 app/views/manage/stats/index.html.haml
hackathon_manager-0.7.0 app/views/manage/stats/index.html.haml