diff --git a/public/js/index.js b/public/js/index.js index 169563a4e..f6060dc63 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1660,7 +1660,6 @@ function initVueComponents(){ Vue.component('repo-search', { delimiters: vueDelimeters, - template: '#repo-search-template', props: { searchLimit: { diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index 9135d117b..6513fecc5 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -8,10 +8,89 @@ {{template "user/dashboard/feeds" .}}
- -
+ +
+ {{if not .ContextUser.IsOrganization}} + + {{end}} + + + {{if not .ContextUser.IsOrganization}} +
+

+ {{.i18n.Tr "home.my_orgs"}} {{.ContextUser.GetOrganizationCount}} +
+ {{if .SignedUser.CanCreateOrganization}} + + + {{.i18n.Tr "new_org"}} + + {{end}} +
+

+
+ +
+
+ {{end}} +
+ +
-{{template "user/dashboard/repo-search" .}} {{template "base/footer" .}} diff --git a/templates/user/dashboard/repo-search.tmpl b/templates/user/dashboard/repo-search.tmpl deleted file mode 100644 index 6b8bde586..000000000 --- a/templates/user/dashboard/repo-search.tmpl +++ /dev/null @@ -1,81 +0,0 @@ - \ No newline at end of file