Reply button should come before the rest

This commit is contained in:
Sebastiaan Janssen
2015-11-03 09:55:06 +01:00
parent e21caa98f8
commit e4d7ebd863
@@ -85,6 +85,10 @@
{
if (Model.Content.NewTopicsAllowed())
{
<div class="replybutton">
<a href="#" class="button green large reply forum-reply" data-author="@topic.AuthorName" data-topic="@topic.Id" data-controller="comment"><i class="icon-Reply-arrow"></i>&nbsp;Reply to topic</a>
</div>
<div class="utilities">
<div class="utility-actions thread-bottom">
@@ -127,9 +131,6 @@
</div>
</div>
<div class="replybutton">
<a href="#" class="button green large reply forum-reply" data-author="@topic.AuthorName" data-topic="@topic.Id" data-controller="comment"><i class="icon-Reply-arrow"></i>&nbsp;Reply to topic</a>
</div>
}
else
{