metamaps--metamaps/app/views/map_mailer/invite_to_edit_email.html.erb
2016-04-21 18:54:26 -04:00

13 lines
417 B
Text

<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<p><%= @inviter.name %> has invited you to <span style="font-weight: bold">collaboratively edit</span> the following map on Metamaps:</p>
<p style="font-weight: bold;"><%= link_to @map.name, @url %></p>
<p style="font-size: 11px;">Make sense with Metamaps</p>
</body>
</html>