improve wording
This commit is contained in:
parent
4c0df041b9
commit
71c11cc79e
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
<div style="padding: 16px; background: white; text-align: left;">
|
<div style="padding: 16px; background: white; text-align: left;">
|
||||||
<% 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" %>
|
<% 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" %>
|
||||||
|
|
||||||
<p><span style="font-weight: bold;"><%= @inviter.name %></span> has invited you to <span style="font-weight: bold">collaboratively edit</span> the following map on Metamaps:</p>
|
<p><span style="font-weight: bold;"><%= @inviter.name %></span> has invited you to <span style="font-weight: bold">collaboratively edit</span> the following metamap:</p>
|
||||||
<p><%= link_to @map.name, map_url(@map), target: "_blank", style: "font-size: 18px; text-decoration: none; color: #a354cd;" %></p>
|
<p><%= link_to @map.name, map_url(@map), target: "_blank", style: "font-size: 18px; text-decoration: none; color: #a354cd;" %></p>
|
||||||
<% if @map.desc %>
|
<% if @map.desc %>
|
||||||
<p style="font-size: 12px;"><%= @map.desc %></p>
|
<p style="font-size: 12px;"><%= @map.desc %></p>
|
||||||
|
|
|
@ -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) %>]
|
<%= @map.name %> [<%= map_url(@map) %>]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue