Преглед на файлове

[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}}