diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-16 13:32:48 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-16 13:32:48 +0100 |
commit | bcde98910657a0b96f3bf3ce770fef5ebf5e3fd3 (patch) | |
tree | 425a8e06e59cc43f9cd09d26ba77cb1ef80bd299 | |
parent | b3b9328a93458162649c568f86897cc4972240a0 (diff) |
report problem link
-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> |