discourse/app/views/email/_mailing_list_post.html.erb

6 lines
267 B
Plaintext

<li>
<a href='<%= Discourse.base_url + topic.relative_url %>' style='color: #<%= @anchor_color %>'><%= raw format_topic_title(topic.title) %></a>
<span><%= post_count %></span>
<%= category_badge(topic.category, inline_style: true, absolute_url: true) %>
</li>