## DATA TABLE RE USABLE ELEMENTS FOR TAGS ## usage: ## <%namespace name="tags" file="/tags/tags_data.mako"/> ## tags.(arg,arg2) <%def name="compare(commit_id)"> <%def name="name(name, files_url, closed)"> ${name} <%def name="date(date)"> ${h.age_component(date)} <%def name="author(author)"> ${h.link_to_user(author)} <%def name="commit(message, commit_id, commit_idx)">
r${commit_idx}:${h.short_id(commit_id)}