Sha256: 814edf938d6955b7484f68661d29d6c281807ef4d4d8706244f08305cea1592f

Contents?: true

Size: 884 Bytes

Versions: 8

Compression:

Stored size: 884 Bytes

Contents

.a
  .b
    .c
      .d
        - if flash[:notice]
          %br
          .callout{ 'data-closable' => '' }
            = flash[:notice]
            %button.close-button{ 'aria-label' => 'Dismiss alert', :type => 'button', 'data-close' => '' }
              %span{ 'aria-hidden' => 'true' } ×
        - if flash[:error]
          %br
          .callout.alert{ 'data-closable' => '' }
            = flash[:error]
            %button.close-button{ 'aria-label' => 'Dismiss alert', :type => 'button', 'data-close' => '' }
              %span{ 'aria-hidden' => 'true' } ×
        - if flash[:alert] # cancan does this
          %br
          .callout.alert{ 'data-closable' => '' }
            = flash[:alert]
            %button.close-button{ 'aria-label' => 'Dismiss alert', :type => 'button', 'data-close' => '' }
              %span{ 'aria-hidden' => 'true' } ×

Version data entries

8 entries across 5 versions & 2 rubygems

Version Path
ish_lib_engine-0.0.5 app/views/application/_flash_messages.haml~
ish_lib_engine-0.0.3 app/views/application/_flash_messages.haml~
ish_lib_engine-0.0.3 app/views/application/_flash_messages.haml
ish_lib_engine-0.0.2 app/views/application/_flash_messages.haml
ish_lib_engine-0.0.2 app/views/application/_flash_messages.haml~
ish_lib_manager-0.0.1 app/views/ish_lib_manager/application/_flash_messages.haml
ish_lib_engine-0.0.1 app/views/application/_flash_messages.haml~
ish_lib_engine-0.0.1 app/views/application/_flash_messages.haml