diff --git a/app/views/forum_topics/show.html.erb b/app/views/forum_topics/show.html.erb index 2f74bfefd..fae19d00b 100644 --- a/app/views/forum_topics/show.html.erb +++ b/app/views/forum_topics/show.html.erb @@ -43,6 +43,8 @@ <% end %> <%= content_for(:html_header) do %> + <%= auto_discovery_link_tag(:atom, {format: :atom}, {title: @forum_topic.title}) %> + <% end %> - -<% content_for(:html_header, auto_discovery_link_tag(:atom, forum_topics_url(@forum_topic, :atom), title: @forum_topic.title)) %>