diff --git a/pylons_app/templates/shortlog.html b/pylons_app/templates/shortlog.html new file mode 100644 --- /dev/null +++ b/pylons_app/templates/shortlog.html @@ -0,0 +1,38 @@ +<%inherit file="base/base.html"/> + +<%def name="title()"> + ${_('Repository managment')} + +<%def name="breadcrumbs()"> + ${h.link_to(u'Home',h.url('/'))} + / + ${h.link_to(c.repo_name,h.url('shortlog_home',repo_name=c.repo_name))} + / + ${_('shortlog')} + +<%def name="page_nav()"> +
+ +
+ + + +<%def name="main()"> + + + +
+ ${c.shortlog_data} +
+ \ No newline at end of file