From 71c11cc79ed5466b7953c88c9a0f00f050bf259f Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 22 Apr 2016 12:35:38 -0400 Subject: [PATCH] improve wording --- app/views/map_mailer/invite_to_edit_email.html.erb | 2 +- app/views/map_mailer/invite_to_edit_email.text.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/map_mailer/invite_to_edit_email.html.erb b/app/views/map_mailer/invite_to_edit_email.html.erb index dd39cad5..9d72aa4d 100644 --- a/app/views/map_mailer/invite_to_edit_email.html.erb +++ b/app/views/map_mailer/invite_to_edit_email.html.erb @@ -8,7 +8,7 @@
<% button_style = "background-color:#a354cd;border:1px solid #673AB7;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 on Metamaps:

+

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

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

<% if @map.desc %>

<%= @map.desc %>

diff --git a/app/views/map_mailer/invite_to_edit_email.text.erb b/app/views/map_mailer/invite_to_edit_email.text.erb index f1dfa74d..62bd2c90 100644 --- a/app/views/map_mailer/invite_to_edit_email.text.erb +++ b/app/views/map_mailer/invite_to_edit_email.text.erb @@ -1,4 +1,4 @@ -<%= @inviter.name %> has invited you to collaboratively edit the following map on Metamaps: +<%= @inviter.name %> has invited you to collaboratively edit the following metamap: <%= @map.name %> [<%= map_url(@map) %>]