diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html --- a/rhodecode/templates/journal/journal.html +++ b/rhodecode/templates/journal/journal.html @@ -27,43 +27,147 @@
| ${_('Name')} | +${_('revision')} | +${_('action')} | +|
|---|---|---|---|
|
+ %if repo['dbrepo']['repo_type'] =='hg':
+ |
+ ${("r%s:%s") % (repo['rev'],h.short_id(repo['tip']))} | ++ ${h.form(url('repo_settings_delete', repo_name=repo['name']),method='delete')} + ${h.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")} + ${h.end_form()} + | +|