main
psychobunny 10 years ago
parent e366e2c0e9
commit efd5ca300a

@ -36,6 +36,10 @@
overflow: hidden;
text-overflow: ellipsis;
width: 85%;
strong {
color: @gray-dark;
}
}
@media (max-width: @screen-sm-max) {

@ -24,9 +24,13 @@
<a href="{relative_path}/topic/{topics.slug}" itemprop="url">{topics.title}</a><br />
<!-- IF template.category -->
<small>[[global:posted_ago, <span class="timeago" title="{topics.relativeTime}"></span>]]</small>
<small>
[[global:posted_ago_by, <span class="timeago" title="{topics.relativeTime}"></span>, <strong>{topics.user.username}</strong>]]
</small>
<!-- ELSE -->
<small>[[global:posted_in_ago, <a href="{relative_path}/category/{topics.category.slug}"><i class="fa {topics.category.icon}"></i> {topics.category.name}</a>, <span class="timeago" title="{topics.relativeTime}"></span>]]</small>
<small>
[[global:posted_in_ago_by, <a href="{relative_path}/category/{topics.category.slug}"><i class="fa {topics.category.icon}"></i> {topics.category.name}</a>, <span class="timeago" title="{topics.relativeTime}"></span>, <strong>{topics.user.username}</strong>]]
</small>
<!-- ENDIF template.category -->
</h1>
</div>

Loading…
Cancel
Save