mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
Add logout and outbox icons in nav template
This commit is contained in:
parent
620fd51aa3
commit
e2e15f9a3d
@ -11,7 +11,7 @@
|
|||||||
<svg role="presentation">
|
<svg role="presentation">
|
||||||
<use ng-if="folder.type === 'Inbox'" xlink:href="#icon-inbox" />
|
<use ng-if="folder.type === 'Inbox'" xlink:href="#icon-inbox" />
|
||||||
<use ng-if="folder.type === 'Sent'" xlink:href="#icon-sent" />
|
<use ng-if="folder.type === 'Sent'" xlink:href="#icon-sent" />
|
||||||
<use ng-if="folder.type === 'Outbox'" xlink:href="#icon-inbox" />
|
<use ng-if="folder.type === 'Outbox'" xlink:href="#icon-outbox" />
|
||||||
<use ng-if="folder.type === 'Drafts'" xlink:href="#icon-draft" />
|
<use ng-if="folder.type === 'Drafts'" xlink:href="#icon-draft" />
|
||||||
<use ng-if="folder.type === 'Trash'" xlink:href="#icon-trash" />
|
<use ng-if="folder.type === 'Trash'" xlink:href="#icon-trash" />
|
||||||
<use ng-if="folder.type === 'Flagged'" xlink:href="#icon-star" />
|
<use ng-if="folder.type === 'Flagged'" xlink:href="#icon-star" />
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#" wo-touch="$event.preventDefault(); logout()">
|
<a href="#" wo-touch="$event.preventDefault(); logout()">
|
||||||
<svg role="presentation"><use xlink:href="#icon-account" /></svg> Logout
|
<svg role="presentation"><use xlink:href="#icon-logout" /></svg> Logout
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul><!--/nav__secondary-->
|
</ul><!--/nav__secondary-->
|
||||||
|
Loading…
Reference in New Issue
Block a user