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 %} -
- - {% endif %} diff --git a/templates/forum_conversation/topic_detail.html b/templates/forum_conversation/topic_detail.html index e7661b86..efae1c70 100644 --- a/templates/forum_conversation/topic_detail.html +++ b/templates/forum_conversation/topic_detail.html @@ -9,7 +9,7 @@ {% block content %}

{{ topic.subject }}

-
+
{% include "forum_conversation/partials/topic_detail_actions.html" %}
@@ -91,7 +91,7 @@ {% include "partials/avatar.html" with profile=post.poster.forum_profile show_placeholder=True %}
- +
{% trans "Posts:" %} {{ post.poster.forum_profile.posts_count }}
{% else %}
{{ post.username }}
@@ -105,7 +105,7 @@
-
+
{% include "forum_conversation/partials/topic_detail_actions.html" %}