Sha256: 753b087eb4027d67b53ca09c3531587b3847f122b6bb855713e6f5a0268d579c

Contents?: true

Size: 241 Bytes

Versions: 8

Compression:

Stored size: 241 Bytes

Contents

<% if notice %>
  <p class="notice"> <%= notice %> </p>
  <script type="text/javascript">
    $('.notice').fadeOut(5000, function() { $(this).remove(); });
  </script>
<% end %>
<% if alert %>
  <p class="alert"> <%= alert %> </p>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rows_controller-0.4.4 app/views/shared/_flash.html.erb
rows_controller-0.4.3 app/views/shared/_flash.html.erb
rows_controller-0.4.2 app/views/shared/_flash.html.erb
rows_controller-0.4.1 app/views/shared/_flash.html.erb
rows_controller-0.3.2 app/views/shared/_flash.html.erb
rows_controller-0.2.4 app/views/shared/_flash.html.erb
rows_controller-0.2.3 app/views/shared/_flash.html.erb
rows_controller-0.1.0 app/views/shared/_flash.html.erb