Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created June 29, 2011 19:56
Show Gist options
  • Save SpencerCooley/1054770 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1054770 to your computer and use it in GitHub Desktop.
<% if notice %>
<div id="notice"><%= notice %></div>
<% end %>
@SpencerCooley
Copy link
Author

I was having trouble because I did not put this code in the view. The notices existed, but there was no way for them to render in the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment