summaryrefslogtreecommitdiff
path: root/template/hall_log_dump.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2011-02-20 13:39:06 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2011-02-20 13:39:06 -0500
commitf2525430e94460085f369a526986b2b0a176b99f (patch)
tree07fe11dad9e5f5d8345826f7586b626509a770cc /template/hall_log_dump.st
parentb9775807698f00b5fd4fcce0530bbe2de879580c (diff)
sostler prod commit
Diffstat (limited to 'template/hall_log_dump.st')
-rw-r--r--template/hall_log_dump.st3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st
index b912297..0056e6f 100644
--- a/template/hall_log_dump.st
+++ b/template/hall_log_dump.st
@@ -5,8 +5,9 @@ $else$
$endif$
- <a href="/$dump.nick$"><b id="hallnick">$dump.nick$</a> </b>$if(dump.score)$ <span id="hallscore">$dump.score$</span>$endif$
+ <a href="/$dump.nick$"><b id="hallnick">$dump.nick$</a> </b>$if(dump.score)$ <span id="hallscore" onclick="Tag.favorite(this)">$dump.score$</span>$endif$
<div class="content" data-category="posts">$dump.content$</div>
<hr />
+
$share_buttons()$
</div>