summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThomas Boerger <tboerger@suse.de>2016-11-07 10:47:33 +0100
committerThomas Boerger <tboerger@suse.de>2016-11-07 14:49:25 +0100
commitceb920802ac371fbad2d461242807d5113e4a09b (patch)
tree1e092f72f21be979ae2a6f95fcdc9b0568a88b6e /templates
parent6bf9910975438c4198fa82a32849f3eea566b9d1 (diff)
downloadgitea-ceb920802ac371fbad2d461242807d5113e4a09b.tar.gz
gitea-ceb920802ac371fbad2d461242807d5113e4a09b.zip
Dropped link to Gogs docs from template
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/create.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index 337e096e5b..7e608b1d34 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -83,7 +83,7 @@
</div>
<div class="inline field">
- <label>{{.i18n.Tr "repo.readme"}} <a target="_blank" href="https://github.com/gogits/go-gogs-client/wiki/Repositories#litte-notes-on-readme-template"><span class="octicon octicon-question"></span></a></label>
+ <label>{{.i18n.Tr "repo.readme"}}</label>
<div class="ui selection dropdown">
<input type="hidden" name="readme" value="{{.readme}}">
<div class="default text">{{.i18n.Tr "repo.readme_helper"}}</div>