Sha256: ae9e544594a6a346ca7b2f66dda4a2bda5e060309f0d0190d60532c0f3d7f533

Contents?: true

Size: 1.64 KB

Versions: 2

Compression:

Stored size: 1.64 KB

Contents

%section.section.manage
  %h1.section-title= title "Statistics & Info"

  .container.container-full
    %h4.dashboard-container-title Dietary Restrictions & Special Needs
    %table.stats.datatable.row-border.stripe.hover.order-column{ "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

  .container.container-full
    %h4.dashboard-container-title Attendees Not Traveling From Their School
    %table.stats.datatable.row-border.stripe.hover.order-column{ "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

  .container.container-full
    %h4.dashboard-container-title Attendee Info for Sponsors
    %table.stats.datatable.row-border.stripe.hover.order-column{ "data-source" => sponsor_info_manage_stats_path(format: :json) }
      %thead
        %tr
          %th First name
          %th Last name
          %th Email
          %th Open Source Link
          %th Portfolio Link
      %tbody

  .container.container-full
    %h4.dashboard-container-title MLH Info
    %table.stats.datatable.row-border.stripe.hover.order-column{ "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

2 entries across 2 versions & 1 rubygems

Version Path
hackathon_manager-0.6.3 app/views/manage/stats/index.html.haml
hackathon_manager-0.6.2 app/views/manage/stats/index.html.haml