Sha256: 016ff4ec5ffcc92051e5a4ac1946a869c81d6c1de3d2b2759d2ff50cfb7adab0

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

.label-warning
	#flashes
		- if flash[:notice]
			%p#flash_notice.messages.notice= flash[:notice]
			= javascript_tag "$('#flash_notice').effect('highlight',{},1000);"
		- if flash[:error] || flash[:errors]
			%p#flash_errors.messages.errors= flash[:error] || flash[:errors]
			= javascript_tag "$('#flash_errors').effect('highlight',{},1000);"
		- flash[:error] = flash[:errors] = flash[:notice] = nil

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
jinda_adminlte-0.8.0 lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_flash.haml
jinda-0.7.7.4 test/dummy/app/views/layouts/lte/_flash.haml
jinda_adminlte-0.7.5.1 lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_flash.haml
jinda_adminlte-0.7.5 lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_flash.haml
jinda_adminlte-0.7.3 lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_flash.haml