Sha256: 4c1fe399f168432f5d1666216d5c1674e7e21375d9f534988107dd9806b05d25

Contents?: true

Size: 396 Bytes

Versions: 6

Compression:

Stored size: 396 Bytes

Contents

.modal.hide#errors-modal wmode="opaque"
  - if @course_enrollment.errors.any?
    .alert.alert-error
      strong
        = pluralize(@course_enrollment.errors.count, "error")
        | prohibited this enrollment from being saved:
      ul
        - @course_enrollment.errors.full_messages.each do |msg|
          li= msg

    = link_to t('cancel'), '#', class: 'btn', :'data-dismiss' => "modal"

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/students/course_enrollments/_errors_modal.html.slim
gaku-0.0.3 core/app/views/gaku/students/course_enrollments/_errors_modal.html.slim
gaku-0.0.2 core/app/views/gaku/students/course_enrollments/_errors_modal.html.slim
gaku_core-0.0.2 app/views/gaku/students/course_enrollments/_errors_modal.html.slim
gaku-0.0.1 core/app/views/gaku/students/course_enrollments/_errors_modal.html.slim
gaku_core-0.0.1 app/views/gaku/students/course_enrollments/_errors_modal.html.slim