moved 'see all chats' link to chat/list component

main
Julian Lam 7 years ago
parent a1a2346747
commit d33d965ffb

@ -65,8 +65,9 @@
[[global:header.chats]]
<i class="counter unread-count" component="chat/icon" data-content="{unreadCount.chat}"></i>
</h3>
<ul class="menu-section-list chat-list" component="chat/list"></ul>
<a href="{relative_path}/user/{user.userslug}/chats">[[modules:chat.see_all]]</a>
<ul class="menu-section-list chat-list" component="chat/list">
<a class="navigation-link" href="{relative_path}/user/{user.userslug}/chats">[[modules:chat.see_all]]</a>
</ul>
</section>
<!-- ENDIF config.loggedIn -->
</nav>

Loading…
Cancel
Save