diff rhodecode/templates/admin/repos/repo_edit.html @ 3394:fe2bb88bf7ac beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Feb 2013 02:31:21 +0100
parents f74be3359044
children 87c97fcea029
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_edit.html	Thu Feb 21 02:30:56 2013 +0100
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Thu Feb 21 02:31:21 2013 +0100
@@ -292,10 +292,10 @@
            <div class="fields">
                ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")}
               %if c.repo_info.forks.count():
-                    - ${ungettext('this repository has %s fork', 'this repository has %s forks', c.repo_info.forks.count()) % c.repo_info.forks.count()} 
+                    - ${ungettext('this repository has %s fork', 'this repository has %s forks', c.repo_info.forks.count()) % c.repo_info.forks.count()}
                     <input type="radio" name="forks" value="detach_forks" checked="checked"/> <label for="forks">${_('Detach forks')}</label>
                     <input type="radio" name="forks" value="delete_forks" /> <label for="forks">${_('Delete forks')}</label>
-              %endif               
+              %endif
            </div>
            <div class="field" style="border:none;color:#888">
            <ul>