diff options
author | Pheng Heong TAN <phtan90@gmail.com> | 2016-07-09 13:13:57 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-07-09 13:13:57 +0800 |
commit | 467d7dacb68da78c1ec8dbe45d1dc745ecdf7f8d (patch) | |
tree | 7bb31e4d1d94ff3bd6e304134c258c9f43c53019 /templates/admin | |
parent | d62ab499784386935fa20152c1c163d0ef62d31a (diff) | |
download | gitea-467d7dacb68da78c1ec8dbe45d1dc745ecdf7f8d.tar.gz gitea-467d7dacb68da78c1ec8dbe45d1dc745ecdf7f8d.zip |
Modify behaviour of repo-delete. (#3232)
Re: issues gogits/gogs#2863 and gogits/gogs#3231
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch.
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/repo/list.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/admin/repo/list.tmpl b/templates/admin/repo/list.tmpl index 6cd34855bf..e1da9ee483 100644 --- a/templates/admin/repo/list.tmpl +++ b/templates/admin/repo/list.tmpl @@ -59,8 +59,6 @@ <p>{{.i18n.Tr "repo.settings.delete_desc"}}</p> <p>{{.i18n.Tr "repo.settings.delete_notices_2"}}</p> <p>{{.i18n.Tr "repo.settings.delete_notices_fork_1"}}</p> - <p>{{.i18n.Tr "repo.settings.delete_notices_fork_2"}}</p> - <p>{{.i18n.Tr "repo.settings.delete_notices_fork_3"}}</p> </div> {{template "base/delete_modal_actions" .}} </div> |