Sha256: 69e04845b49fc6c0a28d840c12d5dea47e66e38d4826b7634da0209aa4552dd3

Contents?: true

Size: 365 Bytes

Versions: 4

Compression:

Stored size: 365 Bytes

Contents

.alert{ role: :alert, class: "alert-#{alert_type}" }
  - if defined? title
    %h4.alert-heading 
      = title
    - if defined? short_description
      %p
        = short_description
    %hr/
    %p.mb-0
      = yield
      = render 'tramway/landing/templates/alerts/close_button'
  - else
    = yield
    = render 'tramway/landing/templates/alerts/close_button'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tramway-landing-2.2.1 app/views/tramway/landing/templates/_alert.html.haml
tramway-landing-2.2.0.2 app/views/tramway/landing/templates/_alert.html.haml
tramway-landing-2.2.0.1 app/views/tramway/landing/templates/_alert.html.haml
tramway-landing-2.2 app/views/tramway/landing/templates/_alert.html.haml