Sha256: 8223765a8e0bd85ca644fbf5ca50067545e332f1724c36bc762f0bad61e38fd9

Contents?: true

Size: 1.92 KB

Versions: 23

Compression:

Stored size: 1.92 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 (applied)
    %table.stats.datatable.table.table-striped.table-hover{ "data-source" => mlh_info_applied_manage_stats_path(format: :json) }
      %thead
        %tr
          %th First name
          %th Last name
          %th Email
          %th School Name
      %tbody

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

Version data entries

23 entries across 23 versions & 1 rubygems

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