summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-05-18 11:16:04 -0300
committerAndrey Nering <andrey.nering@gmail.com>2017-05-18 11:16:04 -0300
commitc746875fcfc91b61082d1bae58cba7e1fef9eb91 (patch)
tree8821500a1674464a6207402a2a43b7fcd19e04f0 /templates
parent8917f47347d68382ea7d29b0e7debd42d4aa9b54 (diff)
downloadgitea-c746875fcfc91b61082d1bae58cba7e1fef9eb91.tar.gz
gitea-c746875fcfc91b61082d1bae58cba7e1fef9eb91.zip
Remove colaborative repo panel
Diffstat (limited to 'templates')
-rw-r--r--templates/user/dashboard/dashboard.tmpl23
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index cd76a45a56..cd158663f0 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -46,29 +46,6 @@
{{end}}
</ul>
</div>
-
- {{if not .ContextUser.IsOrganization}}
- <h4 class="ui top attached header">
- {{.i18n.Tr "home.collaborative_repos"}}
- </h4>
- <div class="ui attached table segment">
- <ul id="collaborative-repo-list">
- {{range .CollaborativeRepos}}
- <li {{if .IsPrivate}}class="private"{{end}}>
- <a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">
- <i class="octicon octicon-{{if .IsPrivate}}lock{{else if .IsFork}}repo-forked{{else if .IsMirror}}repo-clone{{else}}repo{{end}}"></i>
- <span class="text truncate owner-and-repo">
- <span class="text truncate owner-name">{{.Owner.Name}}</span> / <strong>{{.Name}}</strong>
- </span>
- <span class="ui right text light grey">
- {{.NumStars}} <i class="octicon octicon-star rear"></i>
- </span>
- </a>
- </li>
- {{end}}
- </ul>
- </div>
- {{end}}
</div>
{{if not .ContextUser.IsOrganization}}