Changeset - bff18f1f93d4
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-07-27 22:25:16
dominikruf@gmail.com
template: use bootstrap .checkbox class to fix alignment of Files 'Follow current branch' checkbox
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/files/files_browser.html
Show inline comments
 
@@ -36,7 +36,7 @@
 
            </span>
 
        </span>
 
        <span class="browser-branch form-inline">
 
            <label>
 
            <label class="checkbox">
 
                ${h.checkbox('stay_at_branch',c.changeset.branch,c.changeset.branch==c.branch,class_="form-control")}
 
                ${_('Follow current branch')}
 
            </label>
0 comments (0 inline, 0 general)