${_('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)}
${_('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")}