aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo_index.tmpl')
-rw-r--r--templates/repo_index.tmpl7
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl
index cc0d61a..1de48d1 100644
--- a/templates/repo_index.tmpl
+++ b/templates/repo_index.tmpl
@@ -26,11 +26,8 @@
</tr>
{{ end }}
<tr>
- <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>
+ <th scope="row">SSH remote</th>
+ <td><code>{{ .ssh_clone_url }}</code></td>
</tr>
</tbody>
</table>