Skip to content

Instantly share code, notes, and snippets.

@waldrupm
Created August 17, 2022 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waldrupm/58dd09f308af2d8fdeb33ba263529030 to your computer and use it in GitHub Desktop.
Save waldrupm/58dd09f308af2d8fdeb33ba263529030 to your computer and use it in GitHub Desktop.
Flash pasted code - LevelUpTuts Rails course
<div class="rounded-md bg-green-50 p-4" role="alert">
<p class="text-sm font-medium text-green-800">
<%= flash[:notice] %>
</p>
</div>
<div class="rounded-md bg-red-50 p-4 mt-4" role="alert">
<p class="ml-3 text-sm font-medium text-red-800">
<%= flash[:alert] %>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment