diff options
Diffstat (limited to 'templates/web/default/index.html')
-rw-r--r-- | templates/web/default/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index 4007e82a7..9c786459c 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -76,7 +76,10 @@ <div id="front_recent"> [% IF recent_photos %] <h2>[% loc('Photos of recent reports') %]</h2> - [% recent_photos %] + [% FOREACH p IN recent_photos %] + <a href="/report/[% p.id %]"><img border="0" height="100" + src="/photo?tn=1;id=[% p.id %]" alt="[% p.title | html %]" title="[% p.title | html %]"></a> + [% END %] [% END %] [% IF probs.size %] |