metamaps--metamaps/app/views/map_mailer/topic_connected.html.erb
Connor Turland 713f731aaf follows
2017-02-10 00:37:25 +00:00

15 lines
No EOL
766 B
Text

<% 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" %>
<% topic1 = entity %>
<% topic2 = (entity.id == event.topic1_id ? event.topic2 : event.topic1) %>
<p>
<span style="font-weight: bold;"><%= event.user.name %></span>
connected topic <span style="font-weight: bold"><%= topic1.name %></span>
to topic <span style="font-weight: bold"><%= topic2.name %></span>
<% if event.desc %>
with the description "<%= event.desc %>".
<% end %>
</p>
<%= link_to 'View the connection', topic_url(topic1), style: button_style %>