diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-11-03 16:45:14 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-11-03 16:45:14 +0100 |
commit | 0bb0218644fdd75cdd725432af1e9de154802180 (patch) | |
tree | dc667f51ce47418cddcbf9fb9d1e2692d4ee91cf /templates | |
parent | 349e15dd912e4701bd96119adc646a843cfdbfa4 (diff) |
back button that remembers http get arguments
Diffstat (limited to 'templates')
-rw-r--r-- | templates/webmail/writemail.html.ep | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/webmail/writemail.html.ep b/templates/webmail/writemail.html.ep index 171542e..a732eb3 100644 --- a/templates/webmail/writemail.html.ep +++ b/templates/webmail/writemail.html.ep @@ -44,7 +44,8 @@ </form> <nav> -<a href="<%= url_for('displayheaders') %>" 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>
\ No newline at end of file +</div> |