diff --git a/less/topic.less b/less/topic.less
index ad76dcc..c956e85 100644
--- a/less/topic.less
+++ b/less/topic.less
@@ -69,6 +69,17 @@
margin-top: -43px;
margin-left: 61px;
}
+
+ .moderator-tools {
+ text-transform: lowercase;
+ :before {
+ content: "\2022\0020";
+ }
+
+ a {
+ .pointer;
+ }
+ }
}
diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
index 2c93d89..0e26f87 100644
--- a/templates/partials/topic/post.tpl
+++ b/templates/partials/topic/post.tpl
@@ -19,6 +19,18 @@
| [[global:last_edited_by_ago, {posts.editor.username}, ]]
+
+
+
+ [[topic:edit]]
+ [[topic:delete]]
+ [[topic:purge]]
+
+ [[topic:move]]
+
+
+
+