##// END OF EJS Templates
version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once.
version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once.

File last commit:

r189:41010121 default
r211:a3a7c3e0 rhodecode-0.0.0.7.3 default
Show More
shortlog.html
22 lines | 490 B | text/html | HtmlLexer
<%inherit file="/base/base.html"/>
<%def name="title()">
${_('Repository managment')}
</%def>
<%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>
<%def name="page_nav()">
${self.menu('shortlog')}
</%def>
<%def name="main()">
<h2 class="no-link no-border">${_('Shortlog')}</h2>
<div id="shortlog_data">
${c.shortlog_data}
</div>
</%def>