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.0.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-4.0.4 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.0.pre4 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.0.pre3 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.0.pre2 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-5.0.0.pre1 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-4.0.3 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-4.0.2 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-4.0.1 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-4.0.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-3.2.2 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-3.2.1 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-3.2.0 app/views/quby/answers/show_questionnaire_errors.html.haml
quby-3.2.0.pre.pre1 app/views/quby/answers/show_questionnaire_errors.html.haml