aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-15 18:58:26 -0700
committerfriendica <info@friendica.com>2014-06-15 18:58:26 -0700
commit0e4a28678df0c25a69e87eb3f75398d2b12bd015 (patch)
tree218174b5d74010fff930cc623897a18a1a09248d /view/tpl/conv_item.tpl
parent72f00d6e04f0f57fc19f343a88975680baf8958a (diff)
parente2a0778e0876d4a7891eb343def4af024fcd586d (diff)
downloadvolse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.tar.gz
volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.tar.bz2
volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 828b47a05..d7ed7d0f4 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -1,6 +1,6 @@
{{if $item.comment_firstcollapsed}}
-<div class="hide-comments-outer">
- <span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span> <span id="hide-comments-{{$item.id}}" class="hide-comments fakelink" onclick="showHideComments({{$item.id}});">{{$item.hide_text}}</span>
+<div class="hide-comments-outer fakelink" onclick="showHideComments({{$item.id}});">
+ <span id="hide-comments-{{$item.id}}" class="hide-comments">{{$item.hide_text}}</span>&nbsp;<span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span>
</div>
<div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;">
{{/if}}