metamaps--metamaps/app/views/map_mailer/map_message.html.erb

5 lines
540 B
Text
Raw Normal View History

2017-02-09 22:01:09 +00:00
<% button_style = "background-color:#4fc059;border-radius:2px;color:white;display:inline-block;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;min-height:29px;line-height:29px;min-width:54px;outline:0px;padding:0 8px;text-align:center;text-decoration:none" %>
<p><span style="font-weight: bold;"><%= event.user.name %></span> added a chat message to map <span style="font-weight: bold"><%= entity.name %></span></p>
<p><%= event.message %></p>
<%= link_to 'Go to Map', map_url(entity), style: button_style %>