# HG changeset patch # User Marcin Kuzminski # Date 1351201216 -7200 # Node ID 91d5f720e88fcbfbd78ca0b31d26e382eb529a4f # Parent db40558e8914a4575d21a903ec0b15153af9ade8 fixes issue #614 Include repo name in delete confirmation for my repos page diff -r db40558e8914 -r 91d5f720e88f rhodecode/templates/journal/journal_page_repos.html --- a/rhodecode/templates/journal/journal_page_repos.html Wed Oct 24 23:50:15 2012 +0200 +++ b/rhodecode/templates/journal/journal_page_repos.html Thu Oct 25 23:40:16 2012 +0200 @@ -29,7 +29,7 @@ ${_('private')} ${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.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('"+_('Confirm to delete this repository: %s') % repo['name']+"');")} ${h.end_form()}