diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-10 05:30:07 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-10 05:30:07 -0500 |
commit | e0de6cb5adf5a81a95840f648d8a388b566202bd (patch) | |
tree | 6407a7524675e00d2a942ffa2868074dbd17b96c /templates/repo/settings/hooks.tmpl | |
parent | ff8578082eaa356637cc24a3a09548b37aad2371 (diff) | |
download | gitea-e0de6cb5adf5a81a95840f648d8a388b566202bd.tar.gz gitea-e0de6cb5adf5a81a95840f648d8a388b566202bd.zip |
work on #616 and update locales
Diffstat (limited to 'templates/repo/settings/hooks.tmpl')
-rw-r--r-- | templates/repo/settings/hooks.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/hooks.tmpl b/templates/repo/settings/hooks.tmpl index 6efd8f0a6f..6fcedab7d8 100644 --- a/templates/repo/settings/hooks.tmpl +++ b/templates/repo/settings/hooks.tmpl @@ -15,7 +15,7 @@ <strong>{{.i18n.Tr "repo.settings.hooks"}}</strong> </div> <ul class="panel-body setting-list"> - <li>{{.i18n.Tr "repo.settings.hooks_desc" | Str2html}}</li> + <li>{{.i18n.Tr "repo.settings.hooks_desc" "http://gogs.io/docs/features/webhook.html" | Str2html}}</li> {{range .Webhooks}} <li> {{if .IsActive}} |