barisusakli 9 years ago
parent f42f8d92fa
commit 33b754f09b

@ -90,6 +90,9 @@
} }
.menu-section .chat-list, .menu-section .notification-list-mobile { .menu-section .chat-list, .menu-section .notification-list-mobile {
.user-link {
display: inline;
}
.unread { .unread {
background-color: inherit; background-color: inherit;

@ -75,7 +75,7 @@
[[global:header.chats]] [[global:header.chats]]
<i class="counter" component="chat/icon" data-content="0"></i> <i class="counter" component="chat/icon" data-content="0"></i>
</h3> </h3>
<ul class="menu-section-list chat-list"></ul> <ul class="menu-section-list chat-list" component="chat/list"></ul>
</section> </section>
<!-- ENDIF config.loggedIn --> <!-- ENDIF config.loggedIn -->
</nav> </nav>

@ -6,7 +6,7 @@
</a> </a>
<!-- BEGIN rooms.users --> <!-- BEGIN rooms.users -->
<a href="{config.relative_path}/user/{rooms.users.userslug}"> <a href="{config.relative_path}/user/{rooms.users.userslug}" class="user-link">
<!-- IF rooms.users.picture --> <!-- IF rooms.users.picture -->
<img class="user-img avatar avatar-sm avatar-rounded" src="{rooms.users.picture}" title="{rooms.users.username}"> <img class="user-img avatar avatar-sm avatar-rounded" src="{rooms.users.picture}" title="{rooms.users.username}">
<!-- ELSE --> <!-- ELSE -->

Loading…
Cancel
Save