aboutsummaryrefslogtreecommitdiff
path: root/views/summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/summary.html')
-rw-r--r--views/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/summary.html b/views/summary.html
index 5038ef5..d30e895 100644
--- a/views/summary.html
+++ b/views/summary.html
@@ -25,7 +25,7 @@
% end
% if repo.info.git_url:
<tr>
- <td class="category">repository</td>
+ <td class="category">git clone </td>
<td>{{! '<br/>'.join(repo.info.git_url.split())}}</td>
</tr>
% end