Sha256: dea2c54ab7050fbaa0f73b4d814a89273f4eb7e410d34534fd0f1cb175c2930b

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

$('div.flash').html( "<%=escape_javascript(partial(:'shared/flash'))%>" );
$('div.flash').show();
<% if @flash[:error] %>
  $('div.flash').attr( 'class', 'flash flash_error' );
<% else %>
    $('div.flash').attr( 'class', 'flash flash_info' );
<% end %>
$('div.flash').fadeOut( 5000 );

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongo3-0.0.3 lib/views/shared/flash.js.erb