diff options
Diffstat (limited to 'template/hall_log_dump.st')
| -rw-r--r-- | template/hall_log_dump.st | 3 |
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> |
