diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-20 11:25:54 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-20 11:25:54 +0100 |
commit | 434f23d2f1389ff3c81ec8fddf0889f72b47dc1c (patch) | |
tree | 25e026b1cbd728717369bafe6321671778e8e38b /templates | |
parent | 20c71ef5e859cd6c494a4b1426a75dddd64e5135 (diff) |
Replace view report link with a button on final screenconfirm-screen-buttons
Link is inconsistent with the rest of the app.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sent.html b/templates/sent.html index ffaaa1d..01f04a1 100644 --- a/templates/sent.html +++ b/templates/sent.html @@ -12,7 +12,7 @@ <% } else { %> <h3>[% loc('Thanks. Your report will be sent to the authorities immediately.') %]</h3> - <p class="center"><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">[% loc('View it on the site') %]</a></p> + <p class="center"><input type="button" data-theme="a" id="open_report" value="[% loc('View it on the site') %]"></p> <% } %> |