Changeset - efbd922f594c
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 10 years ago 2015-07-22 21:42:04
thomas.de.schampheleire@gmail.com
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.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_mapping.html
Show inline comments
 
@@ -21,14 +21,12 @@ ${h.form(url('admin_settings_mapping'), 
 
                    <div class="checkbox">
 
                        ${h.checkbox('hooks',True)}
 
                        <label for="hooks"> ${_('Install Git hooks')} </label>
 
                    </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">
 
            ${h.submit('rescan',_('Rescan Repositories'),class_="btn")}
 
            </div>
 
        </div>
0 comments (0 inline, 0 general)