1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 12:13:12 +02:00
vroom/templates/default/invite.email.ep
Daniel Berteaud 439739efe7 Fix URL in email invitation
When using langage suffix. Should fix #11
2014-05-03 11:37:07 +02:00

21 lines
388 B
Plaintext

<html>
<p>
<%
my $url = $self->url_for('/')->to_abs;
$url .= ($url =~ m/\/$/) ? '' : '/';
%>
<%==
sprintf($self->l('TO_JOIN_s_CLICK_s'), $room, $url.$room);
%>
</p>
<br>
<p>
<%=l 'HAVE_A_NICE_MEETING' %>
</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">
&mdash;
<br>
<%=l 'EMAIL_SIGN' %>
</p>
</html>