mirror of https://github.com/zulip/zulip.git
status: Add menu option to "View PMs to myself".
This commit is contained in:
parent
7b5f282aee
commit
8444326bf3
|
@ -66,13 +66,16 @@
|
|||
</li>
|
||||
{{/unless}}
|
||||
<hr />
|
||||
{{#unless is_me}}
|
||||
<li>
|
||||
<a href="{{ pm_with_uri }}" class="narrow_to_private_messages">
|
||||
<i class="fa fa-lock" aria-hidden="true"></i> {{#tr this}}View private messages{{/tr}}
|
||||
<i class="fa fa-lock" aria-hidden="true"></i>
|
||||
{{#if is_me}}
|
||||
{{#tr this}}View private messages to myself{{/tr}}
|
||||
{{else}}
|
||||
{{#tr this}}View private messages{{/tr}}
|
||||
{{/if}}
|
||||
</a>
|
||||
</li>
|
||||
{{/unless}}
|
||||
<li>
|
||||
<a href="{{ sent_by_uri }}" class="narrow_to_messages_sent">
|
||||
<i class="fa fa-bullhorn" aria-hidden="true"></i> {{#tr this}}View messages sent{{/tr}}
|
||||
|
|
Loading…
Reference in New Issue