|
|
|
@ -7,9 +7,7 @@
|
|
|
|
|
<div component="user/picture" data-uid="{posts.user.uid}" class="user-icon" style="background-color: {posts.user.icon:bgColor};">{posts.user.icon:text}</div>
|
|
|
|
|
<!-- ENDIF posts.user.picture -->
|
|
|
|
|
<i component="user/status" class="fa fa-circle status {posts.user.status}" title="[[global:{posts.user.status}]]"></i>
|
|
|
|
|
<!-- IF posts.user.banned -->
|
|
|
|
|
<span class="label label-danger">[[user:banned]]</span>
|
|
|
|
|
<!-- ENDIF posts.user.banned -->
|
|
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -20,6 +18,10 @@
|
|
|
|
|
|
|
|
|
|
<!-- IMPORT partials/topic/badge.tpl -->
|
|
|
|
|
|
|
|
|
|
<!-- IF posts.user.banned -->
|
|
|
|
|
<span class="label label-danger">[[user:banned]]</span>
|
|
|
|
|
<!-- ENDIF posts.user.banned -->
|
|
|
|
|
|
|
|
|
|
<div class="visible-xs-inline-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block">
|
|
|
|
|
<a class="permalink" href="{config.relative_path}/topic/{slug}/{function.getBookmarkFromIndex}"><span class="timeago" title="{posts.relativeTime}"></span></a>
|
|
|
|
|
|
|
|
|
|