aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemsummary.qtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gititemsummary.qtpl')
-rw-r--r--templates/gititemsummary.qtpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/gititemsummary.qtpl b/templates/gititemsummary.qtpl
index e00c37d..f39a613 100644
--- a/templates/gititemsummary.qtpl
+++ b/templates/gititemsummary.qtpl
@@ -34,6 +34,7 @@ type GitItemSummaryPage struct {
{% endfor %}
</div>
</div>
+ <a class="more" href="/{%s name %}/refs/">[ see refs... ]</a>
</div>
<div class="row">
<div class="event-list">
@@ -41,5 +42,6 @@ type GitItemSummaryPage struct {
{%= Commit(name, c, false) %}
{% endfor %}
</div>
+ <a class="more" href="/{%s name %}/log/{%s ref %}/">[ see log... ]</a>
</div>
{% endfunc %}