main
psychobunny 10 years ago
parent 41b5d19e34
commit a970f49274

@ -197,6 +197,16 @@
border-color: darken(@brand-info, 20%);
box-shadow: 0px 0px 1px @brand-info;
}
.permalink {
&,
&:hover,
&:focus,
&:active {
color: @gray-light;
text-decoration: underline;
}
}
}
.content {

@ -16,7 +16,7 @@
<!-- IMPORT partials/topic/badge.tpl -->
[[global:posted_ago, <span class="timeago" title="{posts.relativeTime}"></span>]]
[[global:posted_ago, <a class="permalink" href="{posts.index}"><span class="timeago" title="{posts.relativeTime}"></span></a>]]
<!-- IF posts.editor.username -->
<span class="visible-lg-inline visible-md-inline">&bull; [[global:last_edited_by_ago, <strong><a href="{relative_path}/user/{posts.editor.userslug}">{posts.editor.username}</a></strong>, <span class="timeago" title="{posts.relativeEditTime}"></span>]]</span>

Loading…
Cancel
Save