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:
Robin Ward
2019-06-10 12:43:20 -04:00
parent ef37af5ab0
commit 8b31b812f8
2 changed files with 3 additions and 2 deletions

View File

@@ -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}}