浏览代码

[annex] git annex git links in file view

cgars 8 年之前
父节点
当前提交
6bb3005c87
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      templates/repo/view_file.tmpl

+ 3 - 2
templates/repo/view_file.tmpl

@@ -75,8 +75,9 @@
 						with the web interface.
 						{{if not $.DisableSSH}}
 						<div>
-							You can nevertheless download it by first cloning the repository with git and getting the file using git
-							annex using:
+							You can nevertheless download it by first cloning the repository with
+							<a href="https://git-scm.com/">git</a> and <a href="https://git-annex.branchable.com/">git-annex</a>
+							using:
 						</div>
 						<div class="markdown">
 							<pre><code>git clone {{.CloneLink.SSH}}