summaryrefslogtreecommitdiff
path: root/app/views/application/_flash_messages.html.erb
blob: a1c746748a7a66fce339864afd345f8270021abe (plain)
1
2
3
4
5
6
<% if notice %>
  <div class="flash-message bg-gray-700 text-gray-200"><%= notice %></div>
<% end %>
<% if alert %>
  <div class="flash-message bg-red-800 text-red-300"><%= alert %></div>
<% end %>