Sha256: 6874f2361cf00ae397feb31462671442ecec8a9ca7da94542e3d3d1859f96c2e

Contents?: true

Size: 1.67 KB

Versions: 18

Compression:

Stored size: 1.67 KB

Contents

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

  - if flash[:notice]
    #disclaimer= flash[:notice]

  .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

18 entries across 18 versions & 1 rubygems

Version Path
hackathon_manager-0.5.6 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.5 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.4 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.3 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.2 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.1 app/views/manage/stats/index.html.haml
hackathon_manager-0.5.0 app/views/manage/stats/index.html.haml
hackathon_manager-0.4.4 app/views/manage/stats/index.html.haml
hackathon_manager-0.4.3 app/views/manage/stats/index.html.haml
hackathon_manager-0.4.2 app/views/manage/stats/index.html.haml
hackathon_manager-0.4.1 app/views/manage/stats/index.html.haml
hackathon_manager-0.4.0 app/views/manage/stats/index.html.haml
hackathon_manager-0.3.3 app/views/manage/stats/index.html.haml
hackathon_manager-0.3.2 app/views/manage/stats/index.html.haml
hackathon_manager-0.3.1 app/views/manage/stats/index.html.haml
hackathon_manager-0.3.0 app/views/manage/stats/index.html.haml
hackathon_manager-0.2.0 app/views/manage/stats/index.html.haml
hackathon_manager-0.1.0 app/views/manage/stats/index.html.haml