swapped position of reply/quote button in main post in topic (#95)

This commit is contained in:
Julian Lam
2013-07-25 15:53:25 -04:00
parent cb8c8f9e42
commit eabba1cc1f

View File

@@ -48,8 +48,8 @@
</button>
</div>
<div class="btn-group">
<button class="btn btn-primary btn post_reply" type="button">Reply <i class="icon-reply"></i></button>
<button id="quote_{main_posts.pid}_{main_posts.uid}" class="btn quote" type="button" title="Quote"><i class="icon-quote-left"></i></button>
<button class="btn btn-primary btn post_reply" type="button">Reply <i class="icon-reply"></i></button>
</div>
</div>
<div style="clear:both; margin-bottom: 10px;"></div>