Sha256: 80956aad0eafef557ecdd098f173cd9d761eb89f6104af0707421c05169b2624

Contents?: true

Size: 529 Bytes

Versions: 33

Compression:

Stored size: 529 Bytes

Contents

= render "layouts/manage/page_title", title: "Edit Questionnaire", subtitle: @questionnaire.full_name do
  .btn-group
    = link_to 'Cancel', manage_questionnaire_path(@questionnaire), class: 'btn btn-sm btn-outline-secondary'
    = link_to 'Delete', manage_questionnaire_path(@questionnaire), method: :delete, data: { confirm: "Are you sure? The questionnaire and account for \"#{@questionnaire.full_name}\" will be permanently erased. This action is irreversible." }, class: 'btn btn-sm btn-outline-secondary'

= render 'form'

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.14.0 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.12 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.11 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.10 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.9 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.8 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.7 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.6 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.5 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.4 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.3 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.2 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.1 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.13.0 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.12.2 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.12.1 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.12.0 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.11.2 app/views/manage/questionnaires/edit.html.haml
hackathon_manager-0.11.1 app/views/manage/questionnaires/edit.html.haml