forked from External/greenlight
work on user settings
This commit is contained in:
3
app/views/shared/_flash_messages.html.erb
Normal file
3
app/views/shared/_flash_messages.html.erb
Normal file
@ -0,0 +1,3 @@
|
||||
<% flash.each do |key, value| %>
|
||||
<%= content_tag :div, value, class: "flash #{key} d-inline-block text-success" %>
|
||||
<% end %>
|
Reference in New Issue
Block a user