1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-18 04:09:14 +02:00

Make sure URI are https ones in emails

Fix #91
This commit is contained in:
Daniel Berteaud 2015-02-12 21:28:48 +01:00
parent 411490624d
commit 89b896424e
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<%
my $url = $self->url_for('/')->to_abs;
$url .= ($url =~ m/\/$/) ? '' : '/';
$url =~ s/^http:/https:/;
%>
<p>
<%=l 'YOU_ARE_INVITED_TO_A_MEETING' %>

View File

@ -1,6 +1,7 @@
<%
my $url = $self->url_for('/')->to_abs;
$url .= ($url =~ m/\/$/) ? '' : '/';
$url =~ s/^http:/https:/;
%>
<p>
<%=l 'SOMEONE_JOINED_A_ROOM' %>