Show More
@@ -81,7 +81,7 | |||||
81 | <td><a href="${h.url('repo_settings_home',repo_name=repo['name'])}" title="${_('edit')}"><img class="icon" alt="${_('private')}" src="${h.url('/images/icons/application_form_edit.png')}"/></a></td> |
|
81 | <td><a href="${h.url('repo_settings_home',repo_name=repo['name'])}" title="${_('edit')}"><img class="icon" alt="${_('private')}" src="${h.url('/images/icons/application_form_edit.png')}"/></a></td> | |
82 | <td> |
|
82 | <td> | |
83 | ${h.form(url('repo_settings_delete', repo_name=repo['name']),method='delete')} |
|
83 | ${h.form(url('repo_settings_delete', repo_name=repo['name']),method='delete')} | |
84 | ${h.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")} |
|
84 | ${h.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('"+_('Confirm to delete this repository')+"');")} | |
85 | ${h.end_form()} |
|
85 | ${h.end_form()} | |
86 | </td> |
|
86 | </td> | |
87 | </tr> |
|
87 | </tr> |
General Comments 0
You need to be logged in to leave comments.
Login now