diff options
author | Unknwon <u@gogs.io> | 2015-03-18 05:00:28 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-18 05:00:28 -0400 |
commit | 4aecaf7488749998d25120df828c95094e5dfc16 (patch) | |
tree | 882cd6351c88ef166f91b05a3170357872ac7be4 /templates | |
parent | 82f7a01ded7e83d238d687831bcd6ec415da31f5 (diff) | |
download | gitea-4aecaf7488749998d25120df828c95094e5dfc16.tar.gz gitea-4aecaf7488749998d25120df828c95094e5dfc16.zip |
#1082: missing link for help
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/bare.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/bare.tmpl b/templates/repo/bare.tmpl index c050b6238d..d258c60f57 100644 --- a/templates/repo/bare.tmpl +++ b/templates/repo/bare.tmpl @@ -25,7 +25,7 @@ <button class="btn btn-gray left" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}">HTTPS</button> <input id="repo-clone-url" type="text" class="ipt ipt-disabled left" value="{{.CloneLink.SSH}}" onclick="this.select()" readonly /> <button class="btn btn-black left btn-right-radius" id="repo-clone-copy" data-copy-val="val" data-copy-from="#repo-clone-url">{{.i18n.Tr "repo.copy_link"}}</button> - <p class="text-center" id="repo-clone-help">{{.i18n.Tr "repo.clone_helper" | Str2html}}</p> + <p class="text-center" id="repo-clone-help">{{.i18n.Tr "repo.clone_helper" "http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository" | Str2html}}</p> <hr/> </div> <div id="repo-bare-cmd" class="text-center"> |