summaryrefslogtreecommitdiffstats
path: root/ui/src/components/comment-node.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-04 14:25:23 -0500
committerDessalines <tyhou13@gmx.com>2020-03-04 14:25:23 -0500
commitd14504763a90d9cc1bf91229ca0dde28a92a6bbc (patch)
tree6e261b12c275c1d97d23cd6f99fadee3492556d3 /ui/src/components/comment-node.tsx
parent6495cd2f65a279eb0124bcef600194e30de5590c (diff)
Adding separators for comment node title line.
Diffstat (limited to 'ui/src/components/comment-node.tsx')
-rw-r--r--ui/src/components/comment-node.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx
index fba96db9..47930377 100644
--- a/ui/src/components/comment-node.tsx
+++ b/ui/src/components/comment-node.tsx
@@ -174,6 +174,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
{i18n.t('banned')}
</li>
)}
+ <li className="list-inline-item">•</li>
<span
class="unselectable pointer mr-2"
data-tippy-content={i18n.t('number_of_points', {
@@ -209,6 +210,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
</Link>
</li>
)}
+ <li className="list-inline-item">•</li>
<li className="list-inline-item">
<span>
<MomentTime data={node.comment} />