UX: Reply button was offset improperly when anonymous

This commit is contained in:
Robin Ward 2017-07-06 15:05:45 -04:00
parent 5b67cd1937
commit fa2eb8dab1

View File

@ -218,7 +218,7 @@
replyToPost=(action "replyToPost")
}}
{{else}}
<div id="topic-footer-button">
<div id="topic-footer-buttons">
{{d-button icon="reply" class="btn-primary pull-right" action="showLogin" label="topic.reply.title"}}
</div>
{{/if}}