<%= @request.user.name %> is requesting access to collaboratively edit the following map:
<%= @map.name %>
<%= link_to "Allow", approve_access_map_url(id: @map.id, request_id: @request.id), target: "_blank", style: "font-size: 18px; text-decoration: none; color: #4fc059;" %>
<%= link_to "Decline", deny_access_map_url(id: @map.id, request_id: @request.id), target: "_blank", style: "font-size: 18px; text-decoration: none; color: #DB5D5D;" %>
<%= link_to 'Open in Metamaps', map_url(@map), target: "_blank", style: button_style %>Make sense with Metamaps