diff rhodecode/templates/admin/settings/hooks.html @ 3198:c20adbaf16af beta

html: random indentation fixes
author Mads Kiilerich <madski@unity3d.com>
date Tue, 22 Jan 2013 23:44:38 +0100
parents b4f401524060
children 1f334a68d057
line wrap: on
line diff
--- a/rhodecode/templates/admin/settings/hooks.html	Tue Jan 22 23:44:38 2013 +0100
+++ b/rhodecode/templates/admin/settings/hooks.html	Tue Jan 22 23:44:38 2013 +0100
@@ -25,14 +25,14 @@
     <div class="form">
         <div class="fields">
           % for hook in c.hooks:
-          <div class="field">
-            <div class="label label">
-                <label for="${hook.ui_key}">${hook.ui_key}</label>
+            <div class="field">
+                <div class="label label">
+                    <label for="${hook.ui_key}">${hook.ui_key}</label>
+                </div>
+                <div class="input" style="margin-left:280px">
+                  ${h.text(hook.ui_key,hook.ui_value,size=60,readonly="readonly")}
+                </div>
             </div>
-            <div class="input" style="margin-left:280px">
-                  ${h.text(hook.ui_key,hook.ui_value,size=60,readonly="readonly")}
-            </div>
-          </div>
           % endfor
         </div>
     </div>