app/views/questionnaires/edit.html.haml in hackathon_manager-0.2.0 vs app/views/questionnaires/edit.html.haml in hackathon_manager-0.3.0

- old
+ new

@@ -1,9 +1,9 @@ %section.section .container - title "Edit Application" .form-container - %h1.section-title Edit BrickHack Application + %h1.section-title Edit #{Rails.configuration.hackathon['name']} Application = render 'form' - if @questionnaire.valid? %p{class:"cancel_btn_wrap"}= link_to 'Cancel', questionnaires_path