diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/around/around_map_list_items.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/around/around_map_list_items.html b/templates/web/default/around/around_map_list_items.html index b6c2e6d9c..87416f7a1 100644 --- a/templates/web/default/around/around_map_list_items.html +++ b/templates/web/default/around/around_map_list_items.html @@ -5,7 +5,7 @@ <li> <a href="[% c.uri_for('/report', p.id ) %]">[% p.title | html %]</a> - <small>([% prettify_epoch( p.time, 1 ) %], [% dist %]km)</small>)</small> + <small>([% prettify_epoch( p.time, 1 ) %], [% dist %]km)</small> [% IF p.state == 'fixed' %] <small>[% loc('(fixed)') %]</small> [% END %] |