mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
FIX: also inline category badge styles to digest email
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class='featured-topic'>
|
||||
<%= link_to t.title, "#{Discourse.base_url}#{t.relative_url}" %>
|
||||
<br/>
|
||||
<%= category_badge(t.category) %>
|
||||
<%= category_badge(t.category, inline_style: true, absolute_url: true) %>
|
||||
</div>
|
||||
|
||||
<%- if t.best_post.present? %>
|
||||
|
||||
Reference in New Issue
Block a user