diff options
author | Unknwon <u@gogs.io> | 2015-11-25 00:55:37 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-25 00:55:37 -0500 |
commit | 144663a3cfcdebf16755e4d65e1e50ac91593eca (patch) | |
tree | 0f77ec18aa7300ae1ce8785f846867918f292b78 /templates | |
parent | ba92f4687eae4a1f37a272c09e5aac919b069485 (diff) | |
download | gitea-144663a3cfcdebf16755e4d65e1e50ac91593eca.tar.gz gitea-144663a3cfcdebf16755e4d65e1e50ac91593eca.zip |
allow admin to migrate for any user/org
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/repo/settings/deploy_keys.tmpl | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 06ee4e4704..e15b0b953e 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.7.22.1124 Beta
\ No newline at end of file +0.7.22.1125 Beta
\ No newline at end of file diff --git a/templates/repo/settings/deploy_keys.tmpl b/templates/repo/settings/deploy_keys.tmpl index 5a6958381b..9b37f48893 100644 --- a/templates/repo/settings/deploy_keys.tmpl +++ b/templates/repo/settings/deploy_keys.tmpl @@ -53,6 +53,9 @@ <div class="ui attached segment"> <form class="ui form" action="{{.Link}}" method="post"> {{.CsrfTokenHtml}} + <div class="field"> + {{.i18n.Tr "repo.settings.deploy_key_desc"}} + </div> <div class="field {{if .Err_Title}}error{{end}}"> <label for="title">{{.i18n.Tr "repo.settings.title"}}</label> <input id="title" name="title" value="{{.title}}" autofocus required> |