summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/dashboard.tmpl
diff options
context:
space:
mode:
authorMorlinest <Morlinest@users.noreply.github.com>2017-08-17 18:04:39 +0200
committerLauris BH <lauris@nix.lv>2017-08-17 19:04:39 +0300
commitf3486360d231fd6fcc5b620fc0f4e5e0325d858d (patch)
treecdca47d9833ca93b79cfde49b4ceb77512e6a604 /templates/user/dashboard/dashboard.tmpl
parent9e9e1e0e52e5afc24b74769ef7b94279f1cc67ef (diff)
downloadgitea-f3486360d231fd6fcc5b620fc0f4e5e0325d858d.tar.gz
gitea-f3486360d231fd6fcc5b620fc0f4e5e0325d858d.zip
Make use of Vue more universal (#2318)
Diffstat (limited to 'templates/user/dashboard/dashboard.tmpl')
-rw-r--r--templates/user/dashboard/dashboard.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index 01619ff4ee..9135d117b7 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -7,7 +7,7 @@
<div class="ten wide column">
{{template "user/dashboard/feeds" .}}
</div>
- <div id="dashboard-repo-search" class="six wide column">
+ <div id="app" class="six wide column">
<repo-search :search-limit="searchLimit" :suburl="suburl" :uid="uid"><i class="fa fa-spinner fa-spin"></i></repo-search>
</div>
</div>