|
|
|
@ -18,12 +18,6 @@
|
|
|
|
|
<!-- ENDIF posts.user.banned -->
|
|
|
|
|
|
|
|
|
|
<span class="visible-xs-inline-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block">
|
|
|
|
|
<a class="permalink" href="{config.relative_path}/post/{posts.pid}"><span class="timeago" title="{posts.timestampISO}"></span></a>
|
|
|
|
|
|
|
|
|
|
<i component="post/edit-indicator" class="fa fa-pencil-square<!-- IF privileges.posts:history --> pointer<!-- END --> edit-icon <!-- IF !posts.editor.username -->hidden<!-- ENDIF !posts.editor.username -->"></i>
|
|
|
|
|
|
|
|
|
|
<small data-editor="{posts.editor.userslug}" component="post/editor" class="hidden">[[global:last_edited_by, {posts.editor.username}]] <span class="timeago" title="{posts.editedISO}"></span></small>
|
|
|
|
|
|
|
|
|
|
<!-- IF posts.toPid -->
|
|
|
|
|
<a component="post/parent" class="btn btn-xs btn-default hidden-xs" data-topid="{posts.toPid}" href="{config.relative_path}/post/{posts.toPid}"><i class="fa fa-reply"></i> @<!-- IF posts.parent.username -->{posts.parent.username}<!-- ELSE -->[[global:guest]]<!-- ENDIF posts.parent.username --></a>
|
|
|
|
|
<!-- ENDIF posts.toPid -->
|
|
|
|
@ -37,9 +31,18 @@
|
|
|
|
|
<!-- ENDIF posts.user.custom_profile_info.length -->
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="bookmarked"><i class="fa fa-bookmark-o"></i></span>
|
|
|
|
|
|
|
|
|
|
</small>
|
|
|
|
|
<small class="pull-right">
|
|
|
|
|
<i component="post/edit-indicator" class="fa fa-pencil-square<!-- IF privileges.posts:history --> pointer<!-- END --> edit-icon <!-- IF !posts.editor.username -->hidden<!-- ENDIF !posts.editor.username -->"></i>
|
|
|
|
|
|
|
|
|
|
<small data-editor="{posts.editor.userslug}" component="post/editor" class="hidden">[[global:last_edited_by, {posts.editor.username}]] <span class="timeago" title="{posts.editedISO}"></span></small>
|
|
|
|
|
|
|
|
|
|
<span class="visible-xs-inline-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block">
|
|
|
|
|
<a class="permalink" href="{config.relative_path}/post/{posts.pid}"><span class="timeago" title="{posts.timestampISO}"></span></a>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="bookmarked"><i class="fa fa-bookmark-o"></i></span>
|
|
|
|
|
</small>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|