<%= back_link_to community_path(@community), t("community.show.back", community: community_text(@community), proposal: community_title(@community)) %>

<%= @topic.title %>

<%= render "/shared/author_info", resource: @topic %>  •  <%= l(@topic.created_at.to_date) %>  •  <%= render Shared::CommentsCountComponent.new( @topic.comments_count, url: community_topic_path(@community, @topic, anchor: "comments") ) %>

<%= @topic.description %>

<% if @topic.author == current_user %> <% end %>
<%= render "topics/filter_subnav" %>
<%= render "topics/comments" %>