Sha256: 16be4a1f8563440ad9f6010a30c208007c231077271a1ae424693a388ed5fbfc

Contents?: true

Size: 579 Bytes

Versions: 34

Compression:

Stored size: 579 Bytes

Contents

-# frozen_string_literal: true
- if Quby.show_exceptions
  .flash
    .error
      - if @questionnaire && @questionnaire.errors.size > 0
        \#{@questionnaire.errors.size} errors
        %ul
          - @questionnaire.errors.full_messages.each do |msg|
            %li= msg
      - if @error
        %p= @error.message
        %br
        %p.stacktrace= @error.backtrace[0..15].join("\n")
- else
  .flash
    .error
      %p Er zit een fout in de definitie van deze vragenlijst en u kunt hem daardoor op dit moment niet uitvoeren.
      %p Probeert u het aub later nogmaals.

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
quby-5.6.6 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.6.5 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.6.3 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.6.2 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.6.1 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.6.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.5.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.4.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.3.1 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.3.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.2.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.1.3 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.1.2 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.1.1 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.1.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.5 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.4 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.3 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.2 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.1 app/views/quby/answers/show_questionnaire_errors.html.haml