<%namespace name="base" file="/base/base.mako"/> <%namespace name="file_base" file="/files/base.mako"/>
${_('Commit Description')}:
${h.urlify_commit_message(h.chop_at_smart(c.commit.message, '\n', suffix_if_chopped='...'), c.repo_name)}
${_('Commit Description')}:
${h.urlify_commit_message(c.commit.message,c.repo_name)}
${_('References')}:
${h.show_id(c.commit)} ${file_base.refs(c.commit)}
${_('File last commit')}:
${h.show_id(c.file_last_commit)} ${file_base.refs(c.file_last_commit)}
${_('Show/Diff file')}:
${h.hidden('diff1')} ${h.hidden('diff2',c.commit.raw_id)} ${h.hidden('annotate', c.annotate)}
${_('Action')}:
${h.submit('diff_to_commit',_('Diff to Commit'),class_="btn disabled",disabled="true")} ${h.submit('show_at_commit',_('Show at Commit'),class_="btn disabled",disabled="true")}
% if c.file_author: ${_('Last Author')} % else: ${h.literal(_ungettext(u'File Author (%s)',u'File Authors (%s)',len(c.authors)) % ('%s' % len(c.authors))) } % endif ${_('Show All')}
## loads single author, or ALL <%include file='file_authors_box.mako'/>