mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
Fix url
This commit is contained in:
parent
a64fcc4c08
commit
0117a04266
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
|||
<p>
|
||||
Dieser travelynx-Account ist mit dem Träwelling-Account
|
||||
% if (my $user = $traewelling->{data}{user_name}) {
|
||||
<a href="https://traewelling.de/profile/<%= $user %>"><%= $user %></a>
|
||||
<a href="https://traewelling.de/@<%= $user %>"><%= $user %></a>
|
||||
% }
|
||||
% else {
|
||||
%= $traewelling->{email}
|
||||
|
|
Loading…
Reference in a new issue