From 53e6c947f1038ccea86e0879e39ce90074ea49ef Mon Sep 17 00:00:00 2001
From: Morlinest <Morlinest@users.noreply.github.com>
Date: Sun, 20 Aug 2017 21:48:41 +0200
Subject: [PATCH] Fix order of elements in dashboard html (#2344)

---
 templates/user/dashboard/dashboard.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index 6513fecc5e..e76b1378dc 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -88,8 +88,8 @@
 							</div>
 						{{end}}
 					</div>
-				</div>
-			</repo-search>
+				</repo-search>
+			</div>
 		</div>
 	</div>
 </div>