diff --git a/pylons_app/templates/repos.html b/pylons_app/templates/repos.html --- a/pylons_app/templates/repos.html +++ b/pylons_app/templates/repos.html @@ -24,5 +24,18 @@

${_('Mercurial repos')}

+ + %for cnt,repo in enumerate(c.repos_list): + + + + + + %endfor +
${repo['name']}r${repo['rev']}:${repo['tip']} + ${h.form(url('repo', id=repo['name']),method='delete')} + ${h.submit('remove','remove',class_="submit",onclick="return confirm('Confirm to delete this repository');")} + ${h.end_form()} +
\ No newline at end of file