aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo_index.html.tmpl')
-rw-r--r--templates/repo_index.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl
index 4b20c27..f6615d7 100644
--- a/templates/repo_index.html.tmpl
+++ b/templates/repo_index.html.tmpl
@@ -16,9 +16,19 @@
</thead>
<tbody>
<tr>
+ <th scope="row">Name</th>
+ <td>{{ .repo_name }}</td>
+ </tr>
+ <tr>
<th scope="row">Clone</th>
<td><code>git clone {{ .clone_url }}</code></td>
</tr>
+ {{ if .repo_description }}
+ <tr>
+ <th scope="row">Description</th>
+ <td>{{ .repo_description }}</td>
+ </tr>
+ {{ end }}
</tbody>
</table>
</div>