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 @@
| ${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()} + | +