##// END OF EJS Templates
fixed bug when diff command was different than available options
fixed bug when diff command was different than available options

File last commit:

r320:05b21295 default
r337:fa3835d3 default
Show More
shortlog.html
23 lines | 515 B | text/html | HtmlLexer
Implemented owner settings, as separete posibility to edit repositry by non administrative owner of repository
r320 ## -*- coding: utf-8 -*-
Html changes and cleanups, made folders for html templates, implemented tags and branches pages
r127 <%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()">
removed search field from templates
r189 ${self.menu('shortlog')}
Html changes and cleanups, made folders for html templates, implemented tags and branches pages
r127 </%def>
<%def name="main()">
<h2 class="no-link no-border">${_('Shortlog')}</h2>
<div id="shortlog_data">
${c.shortlog_data}
</div>
</%def>