Guest User

Untitled

a guest
Apr 21st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <% if flash[:warning] or flash[:notice] %>
  2. <div id="notice" <% if flash[:warning] %>class="warning"<% end %>><%= flash[:warning] || flash[:notice] %></div>
  3. <script type="text/javascript">
  4. setTimeout("new Effect.Fade('notice');", 15000)
  5. </script>
  6. <% end %>
Add Comment
Please, Sign In to add comment