summaryrefslogtreecommitdiff
path: root/templates/webmail/about.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/webmail/about.html.ep')
-rw-r--r--templates/webmail/about.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/webmail/about.html.ep b/templates/webmail/about.html.ep
index 49ecc1a..60fe549 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>
+ %= link_to $_ => {lang => $_}
% }
</p>
</li>
@@ -64,7 +64,7 @@
<tr>
<td>
<nav>
- <a href="<%= url_for('noaction') %>" class=btn>login</a>
+ %= button_to login => 'noaction' => (class => 'link-btn')
</nav>
</td>
</tr>