From 944db1a7ad953f6ed4ff66e75ad174b1859155bb Mon Sep 17 00:00:00 2001
From: Simon Cozens <simon@simon-cozens.org>
Date: Thu, 8 Feb 2007 20:31:10 +0000
Subject: [PATCH] ...which makes room for a view count. References #4.

git-svn-id: http://svn.simon-cozens.org/memories/trunk@14 041978f6-d955-411f-a9d7-1d8545c9c3c7
---
 templates/photo/view | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/photo/view b/templates/photo/view
index 617484c..4671484 100644
--- a/templates/photo/view
+++ b/templates/photo/view
@@ -33,7 +33,9 @@ In albums:
 <i>Photo shot on [% photo.shot.ymd %] </i> <br>
 Uploaded by <a href="[%base%]/user/view/[%photo.uploader.id%]"> [%
 photo.uploader %] </a>
-</small></td>
+</small> <br>
+[% photo.hit_count %] view[%IF photo.hit_count > 1%]s[%END%]
+</td>
 </tr>
 </table>
 
-- 
2.39.5