diff options
-rw-r--r-- | templates/web/base/report/display_tools.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/display_tools.html b/templates/web/base/report/display_tools.html index fb337df59..c477fd8dd 100644 --- a/templates/web/base/report/display_tools.html +++ b/templates/web/base/report/display_tools.html @@ -25,7 +25,7 @@ [% IF c.cobrand.moniker == 'fixmystreet' %] <div id="report-share" class="hidden-js" align="center"> - <a class="btn btn--social btn--twitter" href="https://twitter.com/intent/tweet?text=I%20just%20viewed%20this%20report:%20‘[% problem.title_safe | uri %]’&via=fixmystreet&related=mySociety"> + <a class="btn btn--social btn--twitter" href="https://twitter.com/intent/tweet?text=I%20just%20viewed%20this%20report:%20‘[% problem.title_safe | uri %]’&url=[% c.cobrand.base_url | uri %][% c.req.uri.path | uri %]&via=fixmystreet&related=mySociety"> <img alt="" src="/i/twitter-icon-32.png" width="17" height="32"> Tweet </a> |