summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-04-25 17:13:23 +0200
committerJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-04-25 17:13:23 +0200
commiteae7431ea9ee9d87634b3938b5cf8b64ebdbfb5a (patch)
tree1d323e5106f5b1eb16a045592ab1bd9d22b6b0e3 /templates
parenta97f1a5eb6649e93bfd6584ed590e37c1290755f (diff)
corrections for last commit
- fixed tests - added links to languages in about - raised log level of actions in I18N2 - improved actions script - corrected dependencies in Makefile.PL - updated changes
Diffstat (limited to 'templates')
-rw-r--r--templates/webmail/about.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/webmail/about.html.ep b/templates/webmail/about.html.ep
index c6d1247..49ecc1a 100644
--- a/templates/webmail/about.html.ep
+++ b/templates/webmail/about.html.ep
@@ -47,7 +47,7 @@
<li>Supported languages:
<p class=languages>
% foreach (@$languages) {
- <%= $_ %>
+ <a href="<%= url_for(lang => $_) %>"><%= $_ %></a>
% }
</p>
</li>