[PATCH 1 of 8] admin: remap/rescan: fix alignment of button

Thomas De Schampheleire patrickdepinguin at gmail.com
Wed Jul 22 19:50:01 UTC 2015


# HG changeset patch
# User Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
# Date 1437594124 -7200
#      Wed Jul 22 21:42:04 2015 +0200
# Node ID 27fbaba10257132c1087a3dc7f7c2bdfd4b5ab9e
# Parent  82faecc2132459bf0ba2717f2178ce6b3672e268
admin: remap/rescan: fix alignment of button

The 'Rescan repositories' button was not aligned with the checkboxes as
intended (like on the search settings page) due to a stray </div> tag.

diff --git a/kallithea/templates/admin/settings/settings_mapping.html b/kallithea/templates/admin/settings/settings_mapping.html
--- a/kallithea/templates/admin/settings/settings_mapping.html
+++ b/kallithea/templates/admin/settings/settings_mapping.html
@@ -24,8 +24,6 @@
                     </div>
                     <span class="help-block">${_("Verify if Kallithea's Git hooks are installed for each repository. Current hooks will be updated to the latest version.")}</span>
                 </div>
-
-                </div>
             </div>
 
             <div class="buttons">


More information about the kallithea-general mailing list