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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
277 B
Plaintext
Raw Permalink Normal View History

<li>
<a href='<%= Discourse.base_url_no_prefix + 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>