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/header.tmpl | |
parent | ff8578082eaa356637cc24a3a09548b37aad2371 (diff) | |
download | gitea-e0de6cb5adf5a81a95840f648d8a388b566202bd.tar.gz gitea-e0de6cb5adf5a81a95840f648d8a388b566202bd.zip |
work on #616 and update locales
Diffstat (limited to 'templates/repo/header.tmpl')
-rw-r--r-- | templates/repo/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 2344311d61..96f55eedd4 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -22,7 +22,7 @@ <button class="btn btn-gray left" id="repo-clone-https" data-link="{{$.CloneLink.HTTPS}}">HTTPS</button> <input id="repo-clone-url" class="ipt ipt-disabled left" value="{{$.CloneLink.SSH}}" readonly /> <button id="repo-clone-copy" class="btn btn-black left btn-right-radius" data-copy-val="val" data-copy-from="#repo-clone-url" original-title="{{$.i18n.Tr "repo.click_to_copy"}}" data-original-title="{{$.i18n.Tr "repo.click_to_copy"}}" data-after-title="{{$.i18n.Tr "repo.copied"}}">{{$.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 class="text-center" id="repo-clone-zip"> <a class="btn btn-green btn-radius" href="{{$.RepoLink}}/archive/{{EscapePound $.BranchName}}.zip"><i class="octicon octicon-file-zip"></i>ZIP</a> |