aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore/repo_list.tmpl
diff options
context:
space:
mode:
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>2020-05-17 18:59:25 +0200
committerGitHub <noreply@github.com>2020-05-17 19:59:25 +0300
commit03b7e11bd6125d4128cf99bc408723d1548f0613 (patch)
tree5e973dbcf70d085faa6d258eb2ec4f1e0b8cf248 /templates/explore/repo_list.tmpl
parentfb43fbe0aacf2e0f377432bae98ede408310f777 (diff)
downloadgitea-03b7e11bd6125d4128cf99bc408723d1548f0613.tar.gz
gitea-03b7e11bd6125d4128cf99bc408723d1548f0613.zip
Do not show lock icon on repo list for public repos in private org (#11445)v1.13.0-dev
Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates/explore/repo_list.tmpl')
-rw-r--r--templates/explore/repo_list.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl
index 42e8d1f662..37bd38c5fa 100644
--- a/templates/explore/repo_list.tmpl
+++ b/templates/explore/repo_list.tmpl
@@ -15,10 +15,6 @@
<span class="middle">{{svg "octicon-repo-forked" 16}}</span>
{{else if .IsMirror}}
<span class="middle">{{svg "octicon-repo-clone" 16}}</span>
- {{else if .Owner}}
- {{if .Owner.Visibility.IsPrivate}}
- <span class="text gold">{{svg "octicon-lock" 16}}</span>
- {{end}}
{{end}}
<div class="ui right metas">
{{if .PrimaryLanguage }}