<%namespace name="base" file="/base/base.mako"/> <%namespace name="file_base" file="/files/base.mako"/>
${base.gravatar(c.file_last_commit.author_email, 30)}
${h.urlify_commit_message(h.chop_at_smart(c.commit.message, '\n', suffix_if_chopped='...'), c.repo_name)}
${h.urlify_commit_message(c.commit.message,c.repo_name)}
## loads single author, or ALL <%include file='file_authors_box.mako'/>

${_('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")}
${h.show_id(c.commit)} ${file_base.refs(c.commit)}
${_('Show More')}