From 1fd0be696cf74dd73697d507a7bc7b7db18a1ffd Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Fri, 2 Jul 2010 11:33:14 -0400 Subject: Add /nick/popular --- template/popular_dump.st | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 template/popular_dump.st (limited to 'template/popular_dump.st') diff --git a/template/popular_dump.st b/template/popular_dump.st new file mode 100644 index 0000000..508bc4a --- /dev/null +++ b/template/popular_dump.st @@ -0,0 +1,15 @@ +
+ +
+$dump.created_on$ -- in $dump.key$ +   $dump.count$ +
+ + +
$dump.content$
+
+
+$dump.favers: { f | $f.nick$   }$ +
+$share_buttons()$ +
-- cgit v1.2.3-70-g09d2 From c6b42bda5b4ec59b50f4922c77212a958a74ccfa Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Fri, 2 Jul 2010 12:00:23 -0400 Subject: sostler prod commit --- template/popular_dump.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/popular_dump.st') diff --git a/template/popular_dump.st b/template/popular_dump.st index 508bc4a..872b88b 100644 --- a/template/popular_dump.st +++ b/template/popular_dump.st @@ -9,7 +9,7 @@ $dump.created_on$ -- in $dump.key$$dump.content$
-$dump.favers: { f | $f.nick$   }$ +$dump.favers: { f | $if(f.avatar)$$endif$ $f.nick$   }$
$share_buttons()$ -- cgit v1.2.3-70-g09d2