<% 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" %>

<%= @inviter.name %> has invited you to collaboratively edit the following map:

<%= link_to @map.name, map_url(@map), target: "_blank", style: "font-size: 18px; text-decoration: none; color: #4fc059;" %>

<% if @map.desc %>

<%= @map.desc %>

<% end %> <%= link_to 'Open in Metamaps', map_url(@map), target: "_blank", style: button_style %>

Make sense with Metamaps

<%= render partial: 'shared/mailer_unsubscribe_link' %>