Skip to content

Commit

Permalink
companion to NodeBB/NodeBB@5dcba90
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Sep 29, 2015
1 parent 3dd30a8 commit e75a9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion less/topic.less
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

.post-tools {
text-transform: lowercase;
:before {
>:before {
content: "\2022\0020";
}
a {
Expand Down
1 change: 1 addition & 0 deletions templates/partials/topic/post.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<span class="post-tools">
<a component="post/reply" href="#" class="no-select <!-- IF !privileges.topics:reply -->hidden<!--ENDIF !privileges.topics:reply -->">[[topic:reply]]</a>
<a component="post/quote" href="#" class="no-select <!-- IF !privileges.topics:reply -->hidden<!--ENDIF !privileges.topics:reply -->">[[topic:quote]]</a>
<!-- IF posts.toPid --><a component="post/parent" href="#" class="no-select" data-index="{posts.parent.index}"><i class="fa fa-reply"></i> @{posts.parent.username}</a><!-- ENDIF posts.toPid -->
</span>
<span>
<!-- IF posts.user.custom_profile_info.length -->
Expand Down

0 comments on commit e75a9ec

Please sign in to comment.