diff options
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Comment.pm | 2 | ||||
-rw-r--r-- | web/cobrands/greenwich/favicon.png | bin | 0 -> 1298 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Comment.pm b/perllib/FixMyStreet/DB/Result/Comment.pm index a15400cc1..26ba89fda 100644 --- a/perllib/FixMyStreet/DB/Result/Comment.pm +++ b/perllib/FixMyStreet/DB/Result/Comment.pm @@ -245,6 +245,8 @@ sub meta_line { my $body = $self->user->body; if ($body eq 'Bromley Council') { $body = "$body <img src='/cobrands/bromley/favicon.png' alt=''>"; + } elsif ($body eq 'Royal Borough of Greenwich') { + $body = "$body <img src='/cobrands/greenwich/favicon.png' alt=''>"; } if ($c->user_exists and $c->user->has_permission_to('view_body_contribute_details', $self->problem->bodies_str_ids)) { $meta = sprintf( _( 'Posted by <strong>%s</strong> (%s) at %s' ), $body, $user_name, Utils::prettify_dt( $self->confirmed ) ); diff --git a/web/cobrands/greenwich/favicon.png b/web/cobrands/greenwich/favicon.png Binary files differnew file mode 100644 index 000000000..c107d24ef --- /dev/null +++ b/web/cobrands/greenwich/favicon.png |