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 /src/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 'src/templates')
-rw-r--r-- | src/templates/en/sent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/en/sent.html b/src/templates/en/sent.html index 5094c4b..f4f1541 100644 --- a/src/templates/en/sent.html +++ b/src/templates/en/sent.html @@ -12,7 +12,7 @@ <% } else { %> <h3>Thanks. Your report will be sent to the authorities immediately.</h3> - <p class="center"><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">View it on the site</a></p> + <p class="center"><input type="button" data-theme="a" id="open_report" value="View it on the site"></p> <% } %> |