## DATA TABLE RE USABLE ELEMENTS FOR BOOKMARKS ## usage: ## <%namespace name="bookmarks" file="/bookmarks/bookmarks_data.mako"/> ## bookmarks.(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)}