Sha256: efa1a546a4f50fdd85d1eb679f1e1af26c830bd4583b31d34c0d59f1fb3a67c1

Contents?: true

Size: 285 Bytes

Versions: 8

Compression:

Stored size: 285 Bytes

Contents

- %w(info notice error).each do |type|
  - if flash[type.to_sym]
    .warning.flash_message{:class => "#{type.to_s}"}
      %span= h(flash[type.to_sym])
      %small
        %a{:href=>"#", :onclick=>"$$('div.flash_message')[0].hide();return false"}=:close_this_message.l
      
      

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/shared/_messages.html.haml
community_engine-2.3.1 app/views/shared/_messages.html.haml
community_engine-2.3.0 app/views/shared/_messages.html.haml
community_engine-2.1.0 app/views/shared/_messages.html.haml
community_engine-2.0.0 app/views/shared/_messages.html.haml
community_engine-2.0.0.beta3 app/views/shared/_messages.html.haml
community_engine-2.0.0.beta2 app/views/shared/_messages.html.haml
community_engine-2.0.0.beta1 app/views/shared/_messages.html.haml