Sha256: 667c4578c97611d5c16f986bbf672d4f378623f637d713bd000d92254871a823

Contents?: true

Size: 190 Bytes

Versions: 10

Compression:

Stored size: 190 Bytes

Contents

#flash-messages
  - flash.each do |key, message|
    = render_notification_message(key, message)
:javascript
  setTimeout(function() {
    $('#flash-messages .alert').slideUp();
  }, 3000);

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rails_execution-0.1.12 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.11 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.10 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.9 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.8 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.7 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.5 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.4 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.2 app/views/rails_execution/shared/_flash.html.haml
rails_execution-0.1.1 app/views/rails_execution/shared/_flash.html.haml