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}} {{#menu-panel visible=visible}}
{{#unless currentUser.read_faq}} {{#unless currentUser.read_faq}}
{{#menu-links}} {{#menu-links}}
<li> <li class='heading'>
{{#d-link path=faqUrl class="faq-link"}} {{#d-link path=faqUrl class="faq-link"}}
{{i18n "faq"}} {{i18n "faq"}}
<span class='new'>{{i18n "new_item"}}</span> <span class='badge badge-notification'>{{i18n "new_item"}}</span>
{{/d-link}} {{/d-link}}
</li> </li>
{{/menu-links}} {{/menu-links}}

View file

@ -16,7 +16,7 @@
{{#if user.title}} {{#if user.title}}
<h2>{{user.title}}</h2> <h2>{{user.title}}</h2>
{{/if}} {{/if}}
{{plugin-outlet "user-card-post-names"}} {{plugin-outlet "user-card-post-names"}}
</span> </span>
</div> </div>

View file

@ -958,7 +958,7 @@ en:
private_messages: "Search messages" private_messages: "Search messages"
hamburger_menu: "go to another topic list or category" hamburger_menu: "go to another topic list or category"
new_item: "New!" new_item: "new"
go_back: 'go back' go_back: 'go back'
not_logged_in_user: 'user page with summary of current activity and preferences' not_logged_in_user: 'user page with summary of current activity and preferences'
current_user: 'go to your user page' current_user: 'go to your user page'