Add a forgotten " in template
This commit is contained in:
parent
94a386ea2c
commit
c0174a310c
@ -30,7 +30,7 @@
|
|||||||
<span class="mobile-label">{{ "Notifications" | _ }}</span>
|
<span class="mobile-label">{{ "Notifications" | _ }}</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/logout">
|
<a href="/logout">
|
||||||
<i class="fa fa-sign-out-alt aria-label="{{ "Log Out" | _ }}"></i>
|
<i class="fa fa-sign-out-alt" aria-label="{{ "Log Out" | _ }}"></i>
|
||||||
<span class="mobile-label">{{ "Log Out" | _ }}</span>
|
<span class="mobile-label">{{ "Log Out" | _ }}</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/me">
|
<a href="/me">
|
||||||
|
Loading…
Reference in New Issue
Block a user