<% @breadcrumbs.each_with_index do |c, i| %>
<%= c[:name] %>
<% end %>
<% end %>
<% if @tags.present? %>
<% @tags.each_with_index do |tag, i| %>
<%= tag.name -%><% if i < @tags.size - 1 %>, <% end %>
<% end %>
<% end %>
<%= server_plugin_outlet "topic_header" %>
<%- if include_crawler_content? %>
<% @topic_view.posts.each_with_index do |post, idx| %>
<% if (u = post.user) %>
<% if application_logo_url.present? %>
<% end %>
<%= u.username %>
<%= "(#{u.name})" if (SiteSetting.display_name_on_posts && SiteSetting.enable_names? && !u.name.blank?) %>
<%
post_custom_fields = @topic_view.post_custom_fields[post.id] || {}
who_username = post_custom_fields["action_code_who"] || ""
small_action_href = post_custom_fields["action_code_path"] || ""
if post.action_code
%>
<%= t("js.action_codes.#{post.action_code}", when: "", who: who_username, href: small_action_href).html_safe %>
<% end %>
<% if post.image_url %>
<% end %>
<% if post.version > 1 %>
<% else %>
<% end %>
#<%= post.post_number %>