<%= 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 %>