mirror of https://github.com/dani/vroom.git
Plus some other adjustements Fix #20 Unfortunatly, it's not sufficient, as gmail still often tags invitations as spam :-( but still a bit bettermaster
parent
9aa15e8597
commit
1d8ad29190
6 changed files with 61 additions and 24 deletions
@ -0,0 +1,13 @@ |
|||||||
|
<% |
||||||
|
my $url = $self->url_for('/')->to_abs; |
||||||
|
$url .= ($url =~ m/\/$/) ? '' : '/'; |
||||||
|
%> |
||||||
|
<%= |
||||||
|
$self->l('TO_JOIN_CLICK_THIS_LINK') |
||||||
|
%> |
||||||
|
|
||||||
|
<%= $url . $room %> |
||||||
|
|
||||||
|
<%=l 'HAVE_A_NICE_MEETING' %> |
||||||
|
-- |
||||||
|
<%=l 'EMAIL_SIGN' %> |
Loading…
Reference in new issue