mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 21:59:43 +08: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:
parent
ef37af5ab0
commit
8b31b812f8
@ -1,5 +1,6 @@
|
|||||||
{{#reviewable-topic-link reviewable=reviewable tagName=''}}
|
{{#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}}
|
{{reviewable.payload.title}}
|
||||||
</div>
|
</div>
|
||||||
{{category-badge reviewable.category}}
|
{{category-badge reviewable.category}}
|
||||||
|
@ -433,7 +433,7 @@ en:
|
|||||||
edit: "Edit"
|
edit: "Edit"
|
||||||
save: "Save"
|
save: "Save"
|
||||||
cancel: "Cancel"
|
cancel: "Cancel"
|
||||||
new_topic: "New Topic:"
|
new_topic: "Approving this item will create a new topic"
|
||||||
|
|
||||||
filters:
|
filters:
|
||||||
type:
|
type:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user