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/fame_dump.st | |
| parent | e591afe4d4453e10344068dd5becd5aa4ed052c4 (diff) | |
Add /nick/popular
Diffstat (limited to 'template/fame_dump.st')
| -rw-r--r-- | template/fame_dump.st | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/template/fame_dump.st b/template/fame_dump.st index 05cc9fe..9403696 100644 --- a/template/fame_dump.st +++ b/template/fame_dump.st @@ -4,21 +4,10 @@ $else$ <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> $endif$ -$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b> - <div id="logavatar"> -$if(dump.avatar)$ - <img height="50" width="50" src="$dump.avatar$" /> -$else$ - <img height="50" width="50" src="/static/noinfo.png"> -$endif$ - </div></a> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$ -<!-- -$if(dump.favorited)$ - <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)"> -$else$ - <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)"> -$endif$ ---> + +$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b></a> +<span> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$</span> + <div class="content">$dump.content$</div> <hr /> $share_buttons()$ |
