## -*- coding: utf-8 -*- <%inherit file="/base/base.mako"/> <%def name="title()"> ${_('%s Changelog') % c.repo_name} %if c.changelog_for_path: /${c.changelog_for_path} %endif %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif <%def name="breadcrumbs_links()"> %if c.changelog_for_path: /${c.changelog_for_path} %endif <%def name="menu_bar_nav()"> ${self.menu_items(active='repositories')} <%def name="menu_bar_subnav()"> ${self.repo_menu(active='commits')} <%def name="main()">
${h.hidden('branch_filter')} %if c.selected_name:
${_('Clear filter')}
%endif
% if h.is_hg(c.rhodecode_repo): % if c.show_hidden: ${_('Hide obsolete/hidden')} % else: ${_('Show obsolete/hidden')} % endif % else: ${_('Show hidden')} % endif
% if c.pagination:
${self.breadcrumbs('breadcrumbs_light')}
## checkbox ## commit message expand arrow ## comments <%include file='changelog_elements.mako'/>
## clear selection ${_('Commit Message')} ${_('Age')} ${_('Author')} ${_('Refs')}
${c.pagination.render()}
${_ungettext('showing %d out of %d commit', 'showing %d out of %d commits', c.showing_commits) % (c.showing_commits, c.total_cs)}
% else: ${_('There are no changes yet')} % endif