diff options
Diffstat (limited to 'templates/repo_index.tmpl')
-rw-r--r-- | templates/repo_index.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 29e597e..e858f6f 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -20,8 +20,11 @@ <td>{{ .repo_name }}</td> </tr> <tr> - <th scope="row">Clone</th> - <td><code>git clone {{ .clone_url }}</code></td> + <th scope="row" rowspan="2">Clone</th> + <td><code>git clone {{ .ssh_clone_url }}</code></td> + </tr> + <tr> + <td><code>git clone {{ .http_clone_url }}</code></td> </tr> {{ if .repo_description }} <tr> |