<%= 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) %>  •    <%= link_to t("community.show.topic.comments", count: @topic.comments_count), community_topic_path(@community, @topic, anchor: "comments") %>

<%= @topic.description %>

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