summaryrefslogtreecommitdiff
path: root/views/summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/summary.html')
-rw-r--r--views/summary.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/summary.html b/views/summary.html
index d30e895..652ee6e 100644
--- a/views/summary.html
+++ b/views/summary.html
@@ -35,6 +35,11 @@
% end
% if "master" in repo.branch_names():
+<b><a href="b/master/t/">[master]</a> /</b><br/>
+% kwargs = dict(repo = repo, tree=repo.tree("master"),
+% treeroot="b/master/t", dirname=smstr.from_url(""))
+% include tree-list **kwargs
+<hr/>
% kwargs = dict(repo = repo, start_ref = "refs/heads/master",
% limit = repo.info.commits_in_summary,
% shorten = shorten, repo_root = ".", offset = 0)