Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jun 23, 2016
1 parent 5470409 commit 9c6da1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/posts_list.tpl
@@ -1,7 +1,7 @@
<ul component="posts" class="posts-list" data-nextstart="{nextStart}">

<!-- BEGIN posts -->
<li component="post" class="posts-list-item row <!-- IF posts.deleted -->deleted<!-- ENDIF posts.deleted -->" data-pid="{posts.pid}" data-uid="{posts.uid}">
<li component="post" class="posts-list-item row<!-- IF posts.deleted --> deleted<!-- ELSE --><!-- IF posts.topic.deleted --> deleted<!-- ENDIF posts.topic.deleted --><!-- ENDIF posts.deleted -->" data-pid="{posts.pid}" data-uid="{posts.uid}">
<div class="col-lg-11 col-sm-10 col-xs-9 post-body">
<a class="topic-title" href="{config.relative_path}/topic/{posts.topic.slug}/{posts.index}">
<!-- IF !posts.isMainPost -->RE: <!-- ENDIF !posts.isMainPost -->{posts.topic.title}
Expand Down

0 comments on commit 9c6da1c

Please sign in to comment.