mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
UX: Change style of "New" next to unread FAQ
This commit is contained in:
parent
fe6a4b7d1a
commit
9f826f1ad6
3 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{{#menu-panel visible=visible}}
|
||||
{{#unless currentUser.read_faq}}
|
||||
{{#menu-links}}
|
||||
<li>
|
||||
<li class='heading'>
|
||||
{{#d-link path=faqUrl class="faq-link"}}
|
||||
{{i18n "faq"}}
|
||||
<span class='new'>{{i18n "new_item"}}</span>
|
||||
<span class='badge badge-notification'>{{i18n "new_item"}}</span>
|
||||
{{/d-link}}
|
||||
</li>
|
||||
{{/menu-links}}
|
||||
|
|
|
@ -958,7 +958,7 @@ en:
|
|||
private_messages: "Search messages"
|
||||
|
||||
hamburger_menu: "go to another topic list or category"
|
||||
new_item: "New!"
|
||||
new_item: "new"
|
||||
go_back: 'go back'
|
||||
not_logged_in_user: 'user page with summary of current activity and preferences'
|
||||
current_user: 'go to your user page'
|
||||
|
|
Loading…
Reference in a new issue