diff options
author | Unknwon <u@gogs.io> | 2015-08-28 19:23:02 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-28 19:23:02 +0800 |
commit | c7a4369db9d57c10e9e6b1886dbbd6bec9c521c0 (patch) | |
tree | 6b230b5d424d7148e490274c2ffeddb3bf4beba9 | |
parent | a00194e665af4731cf353a7d1da9bba1d7a3530f (diff) | |
download | gitea-c7a4369db9d57c10e9e6b1886dbbd6bec9c521c0.tar.gz gitea-c7a4369db9d57c10e9e6b1886dbbd6bec9c521c0.zip |
add readme template help link
-rw-r--r-- | templates/repo/create.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index c58ee3c5bf..cf58c78f0b 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -80,7 +80,7 @@ </div> <div class="inline field"> - <label>{{.i18n.Tr "repo.readme"}}</label> + <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> <div class="ui selection dropdown"> <input type="hidden" name="readme" value="{{.readme}}"> <div class="default text">{{.i18n.Tr "repo.readme_helper"}}</div> |