diff --git a/app/views/topics/_recommendations.html.erb b/app/views/topics/_recommendations.html.erb
deleted file mode 100644
index ff86b877b..000000000
--- a/app/views/topics/_recommendations.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-
<%= t("community.topic.sidebar.recommendations_title") %>
-
-
- - <%= t("community.topic.sidebar.recommendation_one") %>
- - <%= t("community.topic.sidebar.recommendation_two") %>
- - <%= t("community.topic.sidebar.recommendation_three") %>
-
diff --git a/app/views/topics/edit.html.erb b/app/views/topics/edit.html.erb
index e305acd13..699202e20 100644
--- a/app/views/topics/edit.html.erb
+++ b/app/views/topics/edit.html.erb
@@ -5,8 +5,4 @@
<%= t("community.topic.edit") %>
<%= render "form" %>
-
-
- <%= render "recommendations" %>
-
diff --git a/app/views/topics/new.html.erb b/app/views/topics/new.html.erb
index bf13b1294..041fe6903 100644
--- a/app/views/topics/new.html.erb
+++ b/app/views/topics/new.html.erb
@@ -7,6 +7,12 @@
- <%= render "recommendations" %>
+
<%= t("community.topic.sidebar.recommendations_title") %>
+
+
+ - <%= t("community.topic.sidebar.recommendation_one") %>
+ - <%= t("community.topic.sidebar.recommendation_two") %>
+ - <%= t("community.topic.sidebar.recommendation_three") %>
+