Sha256: 7dbd2c8bf3557b0d712b5b19544f91b1c040d1288b5994b1084526c38b261a6c

Contents?: true

Size: 1.31 KB

Versions: 18

Compression:

Stored size: 1.31 KB

Contents

%section.section.manage
  %h1.section-title= title "Listing Questionnaires"

  - if ENV['INVITE_TO_SLACK_WHEN_ACCEPTED']
    %p
      %small
        %span.fa.fa-warning.icon-space-r
        Slack invites will be sent upon acceptance.

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

  %table.questionnaires.datatable.row-border.stripe.hover.order-column{ "data-source" => datatable_manage_questionnaires_path(format: :json) }
    %thead
      %tr
        %th
          - unless current_user.admin_limited_access?
            %input{ type: "checkbox", name: "select_allc", value: "1", data: { bulk_row_select: "" } }
        %th
        %th ID
        %th First name
        %th Last name
        %th Email
        %th Status
        %th Checked In
        %th School
    %tbody

  - unless current_user.admin_limited_access?
    %br
    = btn_link_to 'New Questionnaire', new_manage_questionnaire_path

    %h4 Bulk Action:
    = simple_form_for Questionnaire.new, url: bulk_apply_manage_questionnaires_path, html: { data: { bulk_row_edit: true } } do |f|
      = f.input :acc_status, as: :select, collection: Questionnaire::POSSIBLE_ACC_STATUS.invert, include_blank: false, label: "Acceptance Status:", input_html: { data: { bulk_row_edit: true } }
      = f.button :submit, value: "Update Status", data: { bulk_row_edit: true }

Version data entries

18 entries across 18 versions & 1 rubygems

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