diff options
-rw-r--r-- | templates/web/default/report/display.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html index edec4743c..56d0bba31 100644 --- a/templates/web/default/report/display.html +++ b/templates/web/default/report/display.html @@ -29,7 +29,7 @@ <p align="right"> <small> - {{ $unsuitable }} + <a rel="nofollow" href="[% c.uri_for( '/contact', { id => problem.id } ) %]">[% loc('Offensive? Unsuitable? Tell us' ) %]</a> </small> </p> |