summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorMorlinest <Morlinest@users.noreply.github.com>2017-08-20 21:48:41 +0200
committerLauris BH <lauris@nix.lv>2017-08-20 22:48:41 +0300
commit53e6c947f1038ccea86e0879e39ce90074ea49ef (patch)
tree3692b736ff7acf3321f41f62f9d71f427cbb655d /templates/user
parent100ec93a6535c4c219a0be4dffd7e74333954905 (diff)
downloadgitea-53e6c947f1038ccea86e0879e39ce90074ea49ef.tar.gz
gitea-53e6c947f1038ccea86e0879e39ce90074ea49ef.zip
Fix order of elements in dashboard html (#2344)
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/dashboard/dashboard.tmpl4
1 files 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>