From e4d7ebd8631e01ae078d84537f705ba1de60eae3 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 3 Nov 2015 09:55:06 +0100 Subject: [PATCH] Reply button should come before the rest --- OurUmbraco.Site/Views/MacroPartials/Forum/Thread.cshtml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OurUmbraco.Site/Views/MacroPartials/Forum/Thread.cshtml b/OurUmbraco.Site/Views/MacroPartials/Forum/Thread.cshtml index 918e2037..6bc36db6 100644 --- a/OurUmbraco.Site/Views/MacroPartials/Forum/Thread.cshtml +++ b/OurUmbraco.Site/Views/MacroPartials/Forum/Thread.cshtml @@ -85,6 +85,10 @@ { if (Model.Content.NewTopicsAllowed()) { +
+  Reply to topic +
+
@@ -127,9 +131,6 @@
-
-  Reply to topic -
} else {