Skip to content

Commit

Permalink
Don't hardcode fa-plus <NodeBB/NodeBB#5050 (comment)>
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar authored and yariplus committed May 1, 2017
1 parent c8f8c06 commit 96062cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/partials/topic/post.tpl
Expand Up @@ -86,7 +86,9 @@
<!-- IF posts.replies -->
<br />
<a component="post/reply-count" href="#" class="no-select">
<i class="fa fa-plus"></i>
<i class="fa fa-plus" component="post/replies/open"></i>
<i class="fa fa-minus hidden" component="post/replies/close"></i>
<i class="fa fa-spin fa-spinner hidden" component="post/replies/loading"></i>
[[topic:replies_to_this_post, {posts.replies}]]
</a>
<!-- ENDIF posts.replies -->
Expand Down

0 comments on commit 96062cc

Please sign in to comment.