mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Use a glyph to indicate a new topic instead of "New Topic:"
In the review queue it was easy to miss "New Topic:" so let's try a font awesome glyph instead.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{{#reviewable-topic-link reviewable=reviewable tagName=''}}
|
||||
<div class="title-text">{{i18n "review.new_topic"}}
|
||||
<div class="title-text">
|
||||
{{d-icon "plus-square" title="review.new_topic"}}
|
||||
{{reviewable.payload.title}}
|
||||
</div>
|
||||
{{category-badge reviewable.category}}
|
||||
|
||||
Reference in New Issue
Block a user