diff --git a/app/views/topics/_filter_subnav.html.erb b/app/views/topics/_filter_subnav.html.erb
new file mode 100644
index 000000000..4af1b4962
--- /dev/null
+++ b/app/views/topics/_filter_subnav.html.erb
@@ -0,0 +1,14 @@
+
+
+
+ -
+ <%= link_to "#tab-comments" do %>
+
+ <%= t("topics.show.comments_tab") %>
+
+
+ <% end %>
+
+
+
+
diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb
index b44d3b7cf..599c62053 100644
--- a/app/views/topics/show.html.erb
+++ b/app/views/topics/show.html.erb
@@ -5,7 +5,7 @@ Comunidad: <%= @community.proposal.title %>
<%= @topic.title %>
- <%#= render "proposals/filter_subnav" %>
+ <%= render "topics/filter_subnav" %>
<%#= render "proposals/notifications" %>