summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/summary.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-10-01 09:31:52 -0400
committerDrew DeVault <sir@cmpwn.com>2018-10-01 09:31:52 -0400
commitb697b7e51c52579d45b8576514f9e3a4f19ccdad (patch)
treeb72ff982d37230a95890ee05bddf7d3fc34c2902 /gitsrht/templates/summary.html
parent7395da4cf721f1f28e215edc60b7997fe6fc1144 (diff)
Populate log link on summary page
Diffstat (limited to 'gitsrht/templates/summary.html')
-rw-r--r--gitsrht/templates/summary.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/gitsrht/templates/summary.html b/gitsrht/templates/summary.html
index 5986b7f..eda83b0 100644
--- a/gitsrht/templates/summary.html
+++ b/gitsrht/templates/summary.html
@@ -24,9 +24,11 @@
<dt>{{default_branch.name[len("refs/heads/"):]}}</dt>
<dd>
<a href="{{url_for("repo.tree",
- owner=repo.owner.canonical_name, repo=repo.name)}}"
+ owner=repo.owner.canonical_name, repo=repo.name)}}"
>browse {{icon("caret-right")}}</a>
- <a href="#">log {{icon("caret-right")}}</a>
+ <a href="{{url_for("repo.log",
+ owner=repo.owner.canonical_name, repo=repo.name)}}"
+ >log {{icon("caret-right")}}</a>
</dd>
{% endif %}
{% if latest_tag %}