diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index e72ebb1a00c..e3e785685c9 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -18,6 +18,23 @@ <% end %> +<% if SiteSetting.tagging_enabled %> + <% @tags = @topic_view.topic.tags %> + <% if @tags.present? %> +
+ <% @tags.each do |tag| %> +
+ + + <%= tag.name -%> + +
+ <% end %> +
+ <% end %> +<% end %> + + <%= server_plugin_outlet "topic_header" %>