summaryrefslogtreecommitdiff
path: root/template/log_dump.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-10 17:30:41 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-10 17:30:41 -0400
commit978618d3e5db6d27670deb2071af82f706764452 (patch)
tree244a4b75a4acd0dd7c34f8140dbd40ee9fceda5c /template/log_dump.st
parent2cc49fa4c051065fad589968914eef9e0ee55c5c (diff)
parent999b92dbf918cb31c0713106ad0337ff3ea16887 (diff)
timb moved thumb to corner
Diffstat (limited to 'template/log_dump.st')
-rw-r--r--template/log_dump.st9
1 files changed, 7 insertions, 2 deletions
diff --git a/template/log_dump.st b/template/log_dump.st
index 155981d..2f06e81 100644
--- a/template/log_dump.st
+++ b/template/log_dump.st
@@ -12,7 +12,12 @@ $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 /> -->
+ <hr />
$share_buttons()$
- </div> \ No newline at end of file
+ </div>