main
psychobunny 10 years ago
parent 26c0db0368
commit 2c7e261aaf

@ -80,10 +80,6 @@
}
}
small {
color: @gray-light;
}
.post-content {
blockquote {
display: none;

@ -2,7 +2,10 @@
<!-- BEGIN posts -->
<!-- IF @first -->
<p>
<strong>{categories.posts.user.username}</strong> <small class="timeago" title="{categories.posts.relativeTime}"></small>
<strong>{categories.posts.user.username}</strong>
<a href="{relative_path}/topic/{categories.posts.topic.slug}<!-- IF categories.posts.index -->/{categories.posts.index}<!-- ENDIF categories.posts.index -->">
<small class="timeago" title="{categories.posts.relativeTime}"></small>
</a>
</p>
<div class="post-content">
{categories.posts.content}

@ -37,7 +37,10 @@
<!-- BEGIN posts -->
<!-- IF @first -->
<p>
<strong>{children.posts.user.username}</strong> <small class="timeago" title="{children.posts.relativeTime}"></small>
<strong>{children.posts.user.username}</strong>
<a href="{relative_path}/topic/{children.posts.topic.slug}<!-- IF children.posts.index -->/{children.posts.index}<!-- ENDIF children.posts.index -->">
<small class="timeago" title="{children.posts.relativeTime}"></small>
</a>
</p>
<div class="post-content">
{children.posts.content}

@ -47,10 +47,10 @@
</p>
<!-- ELSE -->
<p class="hidden-xs">
<a href="<!-- IF topics.teaser.user.userslug -->{relative_path}/user/{topics.teaser.user.userslug}<!-- ELSE -->#<!-- ENDIF topics.teaser.user.userslug -->">
<strong>{topics.teaser.user.username}</strong>
<strong>{topics.teaser.user.username}</strong>
<a href="{relative_path}/topic/{topics.slug}/{topics.teaser.index}">
<small class="timeago" title="{topics.teaser.timestamp}"></small>
</a>
<small class="timeago" title="{topics.teaser.timestamp}"></small>
</p>
<p>
{topics.teaser.content}

Loading…
Cancel
Save