#1 - quote and reply buttons

main
psychobunny 10 years ago
parent b306b9dd55
commit 955463e014

@ -76,6 +76,16 @@
word-wrap: break-word;
}
.post-tools {
text-transform: lowercase;
:before {
content: "\2022\0020";
}
a {
.pointer;
}
}
.moderator-tools {
position: absolute;
right: -5px;

@ -22,6 +22,11 @@
<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>
<!-- ENDIF posts.editor.username -->
<span class="post-tools">
<a component="post/reply">[[topic:reply]]</a>
<a component="post/quote">[[topic:quote]]</a>
</span>
<!-- IMPORT partials/topic/post-menu.tpl -->
</small>
</div>

Loading…
Cancel
Save