diff --git a/less/topic.less b/less/topic.less
index 58a7c9b..6d3a642 100644
--- a/less/topic.less
+++ b/less/topic.less
@@ -76,6 +76,16 @@
word-wrap: break-word;
}
+ .post-tools {
+ text-transform: lowercase;
+ :before {
+ content: "\2022\0020";
+ }
+ a {
+ .pointer;
+ }
+ }
+
.moderator-tools {
position: absolute;
right: -5px;
diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
index 215fafe..c977fa1 100644
--- a/templates/partials/topic/post.tpl
+++ b/templates/partials/topic/post.tpl
@@ -22,6 +22,11 @@
• [[global:last_edited_by_ago, {posts.editor.username}, ]]
+
+ [[topic:reply]]
+ [[topic:quote]]
+
+