Sha256: d8752ae5af2b248bf5cad466ad69f8e930af2328b7c1ee2d4a0c022d3d12dcab

Contents?: true

Size: 1.69 KB

Versions: 3

Compression:

Stored size: 1.69 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
          %th Resume Link
          %th School
      %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

3 entries across 3 versions & 1 rubygems

Version Path
hackathon_manager-0.6.6 app/views/manage/stats/index.html.haml
hackathon_manager-0.6.5 app/views/manage/stats/index.html.haml
hackathon_manager-0.6.4 app/views/manage/stats/index.html.haml