diff rhodecode/templates/admin/repos_groups/repos_groups_show.html @ 3216:81bbb8086f03 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 24 Jan 2013 00:46:40 +0100
parents 663f4f26776a
children b4daef4cc26d
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos_groups/repos_groups_show.html	Thu Jan 24 00:45:51 2013 +0100
+++ b/rhodecode/templates/admin/repos_groups/repos_groups_show.html	Thu Jan 24 00:46:40 2013 +0100
@@ -53,13 +53,13 @@
                       <td>
                        <a href="${h.url('edit_repos_group',id=gr.group_id)}" title="${_('edit')}">
                          ${h.submit('edit_%s' % gr.group_name,_('edit'),class_="edit_icon action_button")}
-                       </a>                   
+                       </a>
                       </td>
                       <td>
                        ${h.form(url('repos_group', id=gr.group_id),method='delete')}
                          ${h.submit('remove_%s' % gr.name,_('delete'),class_="delete_icon action_button",onclick="return confirm('"+ungettext('Confirm to delete this group: %s with %s repository','Confirm to delete this group: %s with %s repositories',gr_cn) % (gr.name,gr_cn)+"');")}
                        ${h.end_form()}
-                      </td>                      
+                      </td>
                   </tr>
                 % endfor