diff --git a/templates/forum_conversation/partials/topic_detail_actions.html b/templates/forum_conversation/partials/topic_detail_actions.html
index f442676c..cc708700 100644
--- a/templates/forum_conversation/partials/topic_detail_actions.html
+++ b/templates/forum_conversation/partials/topic_detail_actions.html
@@ -12,31 +12,61 @@
{% get_permission 'can_update_topics_to_announces' topic.forum request.user as user_can_change_to_announces %}
{% if user_can_add_post %}
-{% trans "Post reply" %}
+
{% trans "Post reply" %}
{% endif %}
{% if user_can_subscribe_to_topic %}
-
{% trans "Subscribe" %}
+
{% trans "Subscribe" %}
{% elif user_can_unsubscribe_from_topic %}
- {% trans "Unsubscribe" %}
+ {% trans "Unsubscribe" %}
{% endif %}
{% if user_can_lock_topics and not topic.is_locked or user_can_move_topics or user_can_delete_topics %}
-