diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-02 11:33:14 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-02 11:33:14 -0400 |
| commit | 1fd0be696cf74dd73697d507a7bc7b7db18a1ffd (patch) | |
| tree | 8177a88fcfc280bb115414f17c8bd0ec62d7dcde /template/popular_dump.st | |
| parent | e591afe4d4453e10344068dd5becd5aa4ed052c4 (diff) | |
Add /nick/popular
Diffstat (limited to 'template/popular_dump.st')
| -rw-r--r-- | template/popular_dump.st | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ +<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> + +<div id="profiletxt"> +$dump.created_on$ -- in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></b> +<span> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$</span> +</div> + + +<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> }$ +</div> +$share_buttons()$ +</div> |
