diff options
| author | timb <timb@mb.local> | 2010-04-10 14:21:24 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-10 14:21:24 -0700 |
| commit | 999b92dbf918cb31c0713106ad0337ff3ea16887 (patch) | |
| tree | 3a2de3cacb76801725367a518d3c76ff47bce3d5 /template/log_dump.st | |
| parent | 1e3b2d85671460112838b946c10d7a82dfa30d7b (diff) | |
move thumb
Diffstat (limited to 'template/log_dump.st')
| -rw-r--r-- | template/log_dump.st | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/log_dump.st b/template/log_dump.st index 155981d..0a6b596 100644 --- a/template/log_dump.st +++ b/template/log_dump.st @@ -12,6 +12,11 @@ $else$ <img height="50" width="50" src="/static/noinfo.png"> $endif$ </div></a> +$if(dump.favorited)$ + <img src="/static/img/thumbs/color.left.gif" class="thumb favorite" onclick="Tag.favorite(this)"> +$else$ + <img src="/static/img/thumbs/bw.left.gif" class="thumb" onclick="Tag.favorite(this)"> +$endif$ <div class="content">$dump.content$</div> <!-- <hr /> --> $share_buttons()$ |
