diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-25 02:21:09 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-25 02:21:09 -0400 |
| commit | f37c7b937f4a9a0b1ea527f620dbd81b57fd264f (patch) | |
| tree | 2f67880da8afe689f82333a8c80428c1ce425c7b /template/log_dump.st | |
| parent | 6ab42d3e4480301ed52e7d56dc96c63229016e5c (diff) | |
| parent | 160ceb3b6881ae1e66b6db99cebc6d75a5d96c32 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template/log_dump.st')
| -rw-r--r-- | template/log_dump.st | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/log_dump.st b/template/log_dump.st index fca3b82..f594cea 100644 --- a/template/log_dump.st +++ b/template/log_dump.st @@ -12,11 +12,13 @@ $else$ <img height="50" width="50" src="/static/noinfo.png"> $endif$ </div></a> +<!-- $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$ +--> <div class="content">$dump.content$</div> <hr /> $share_buttons()$ |
