diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-11-04 22:55:22 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-11-04 22:55:22 +0100 |
commit | 13e688099ec80cbbd6e806437922df4270498c12 (patch) | |
tree | 7fb4dde2410a7dcb0225ff83d25f3d62ae96d9e6 /templates | |
parent | 69d77e8a05bec240f99a2045605876e6f6cd8aa3 (diff) |
javascript based back button instead of static
Diffstat (limited to 'templates')
-rw-r--r-- | templates/webmail/writemail.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/webmail/writemail.html.ep b/templates/webmail/writemail.html.ep index a732eb3..ca69994 100644 --- a/templates/webmail/writemail.html.ep +++ b/templates/webmail/writemail.html.ep @@ -44,8 +44,8 @@ </form> <nav> -%#<a href="<%= url_for('displayheaders') %>" class=btn> <%= l 'home' %> </a> -<a href="javascript:history.back()" class=btn> <%= l 'home' %> </a> + %#<a href="<%= url_for('displayheaders') %>" class=btn> <%= l 'home' %> </a> + <a href="javascript:history.back()" class=btn> <%= l 'home' %> </a> </nav> </div> |