diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-02 12:00:23 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-02 12:00:23 -0400 |
| commit | c6b42bda5b4ec59b50f4922c77212a958a74ccfa (patch) | |
| tree | 518785a38f9fb7ab5bbf772c4c0e9885fdfc4636 /template | |
| parent | 1fd0be696cf74dd73697d507a7bc7b7db18a1ffd (diff) | |
sostler prod commit
Diffstat (limited to 'template')
| -rw-r--r-- | template/popular_dump.st | 2 |
1 files changed, 1 insertions, 1 deletions
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 <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></ <div class="content">$dump.content$</div> <hr/> <div class="faver-list"> -$dump.favers: { f | <img height="16px" width="16px" src="$f.avatar$"> <a href="http://dump.fm/$f.nick$">$f.nick$</a> }$ +$dump.favers: { f | $if(f.avatar)$<img height="16px" width="16px" src="$f.avatar$">$endif$ <a href="http://dump.fm/$f.nick$">$f.nick$</a> }$ </div> $share_buttons()$ </div> |
