FIX: Use subfolder-safe url for category in html view (#24595)

Use subfolder-safe url for category in html view
This commit is contained in:
Natalie Tay
2023-11-28 19:08:14 +08:00
committed by GitHub
parent 1eaf774f47
commit 22ce638ec3
2 changed files with 17 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<div class="topic-category" itemscope itemtype="http://schema.org/BreadcrumbList">
<% @breadcrumbs.each_with_index do |c, i| %>
<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="<%= Discourse.base_url %><%= c[:url] %>" class="badge-wrapper bullet" itemprop="item">
<a href="<%= @topic_view.topic.category.url %>" class="badge-wrapper bullet" itemprop="item">
<span class='badge-category-bg' style='background-color: #<%= c[:color] %>'></span>
<span class='badge-category clear-badge'>
<span class='category-name' itemprop='name'><%= c[:name] %></span>