## -*- coding: utf-8 -*- <%inherit file="/base/base.html"/> <%def name="title()"> ${c.hg_app_user.username} ${_('account')} %def> <%def name="breadcrumbs_links()"> ${_('My Account')} %def> <%def name="page_nav()"> ${self.menu('admin')} %def> <%def name="main()">
|
%if repo.dbrepo.private:
|
${_('revision')}: ${h.get_changeset_safe(repo,'tip').revision} | ${_('last changed')}: ${h.age(repo.last_change)} | ${h.form(url('repo_settings_delete', repo_name=repo.name),method='delete')} ${h.submit('remove_%s' % repo.name,'delete',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")} ${h.end_form()} |