Changeset - be204b0afed4
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2016-11-10 16:10:41
madski@unity3d.com
settings: fix 'Rescan option' label
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_mapping.html
Show inline comments
 
${h.form(url('admin_settings_mapping'), method='post')}
 
    <div class="form">
 
        <div class="form-horizontal">
 
            <div class="form-group">
 
                <label class="control-label" for="destroy">${_('Rescan option')}:</label>
 
                <label class="control-label" for="destroy">${_('Rescan options')}:</label>
 
                <div class="checkboxes">
 
                    <div class="checkbox">
 
                        ${h.checkbox('destroy',True)}
 
                        <label for="destroy">${_('Delete records of missing repositories')}</label>
 
                    </div>
 
                    <span class="help-block">${_('Check this option to remove all comments, pull requests and other records related to repositories that no longer exist in the filesystem.')}</span>
0 comments (0 inline, 0 general)