diff rhodecode/templates/forks/fork.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 f74be3359044
line wrap: on
line diff
--- a/rhodecode/templates/forks/fork.html	Tue Jan 22 23:44:38 2013 +0100
+++ b/rhodecode/templates/forks/fork.html	Tue Jan 22 23:44:38 2013 +0100
@@ -89,9 +89,9 @@
                     ${h.checkbox('update_after_clone',value="True")}
                     <span class="help-block">${_('Checkout source after making a clone')}</span>
                 </div>
-             </div>
+            </div>
             <div class="buttons">
-              ${h.submit('',_('fork this repository'),class_="ui-btn large")}
+                ${h.submit('',_('fork this repository'),class_="ui-btn large")}
             </div>
         </div>
     </div>