UX: Change style of "New" next to unread FAQ

This commit is contained in:
Robin Ward 2015-09-09 15:18:09 -04:00
parent fe6a4b7d1a
commit 9f826f1ad6
3 changed files with 4 additions and 4 deletions

View file

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

View file

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