Sha256: c15a8ff453ec3c017ababfe175b013e03b9ae417a55018c51e809692942a58b1

Contents?: true

Size: 1.62 KB

Versions: 7

Compression:

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hackathon_manager-0.6.1 app/views/manage/stats/index.html.haml
hackathon_manager-0.6.0 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.11 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.10 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.9 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.8 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.7 app/views/manage/stats/index.html.haml