<% flash.each do |type, message| %>
<%
if type == "notice"
color = "alert-success"
elsif type == "error"
color = "alert-danger"
elsif type == "warning"
color = "alert-warning"
else
color = "bg-black"
end %>
<% end %>
Version - 1.0.1
<%= shop_detail.name %>
1
2
3
4
5
6
7
8
9
BACK
0
CLR
<% @roles.each do |role| %>
<%if role != "administrator" %>