aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/home.tmpl
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 07:07:24 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 07:07:24 -0500
commit96ae6adbe12ddec6b33cb6f947ae73a7b0b794b1 (patch)
tree6926273c347d7ac257fc77b5b99ad11ebbfa5b11 /templates/repo/home.tmpl
parent92ed765e33d3a00fafa57e40ae6ad69c0f8c9444 (diff)
downloadgitea-templates-96ae6adbe12ddec6b33cb6f947ae73a7b0b794b1.tar.gz
gitea-templates-96ae6adbe12ddec6b33cb6f947ae73a7b0b794b1.tar.bz2
gitea-templates-96ae6adbe12ddec6b33cb6f947ae73a7b0b794b1.zip
templates/repo/header: Downgrade source files to 1.10.3
My system had Gitea on 1.11.0-rc1
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r--templates/repo/home.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index 19989bb..b23e851 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -95,17 +95,6 @@
</div>
<div class="fitted item">
- {{if eq $n 0}}
- {{if .Repository.IsTemplate}}
- <div class="ui tiny blue buttons">
- <a href="{{AppSubUrl}}/repo/create?template_id={{.Repository.ID}}" class="ui button">
- {{.i18n.Tr "repo.use_template"}}
- </a>
- </div>
- {{end}}
- {{end}}
- </div>
- <div class="fitted item">
<!-- Only show clone panel in repository home page -->
{{if eq $n 0}}