Show More
@@ -38,6 +38,7 | |||
|
38 | 38 | <span class="tooltip" title="${h.tooltip(_('In case a repository was deleted from filesystem and there are leftovers in the database check this option to scan obsolete data in database and remove it.'))}"> |
|
39 | 39 | ${_('destroy old data')}</span> </label> |
|
40 | 40 | </div> |
|
41 | <span class="help-block">${_('Rescan repositories location for new repositories. Also deletes obsolete if `destroy` flag is checked ')}</span> | |
|
41 | 42 | </div> |
|
42 | 43 | </div> |
|
43 | 44 | |
@@ -131,6 +132,7 | |||
|
131 | 132 | ${h.checkbox('web_push_ssl','true')} |
|
132 | 133 | <label for="web_push_ssl">${_('require ssl for vcs operations')}</label> |
|
133 | 134 | </div> |
|
135 | <span class="help-block">${_('RhodeCode will require SSL for pushing or pulling. If SSL is missing it will return HTTP Error 406: Not Acceptable')}</span> | |
|
134 | 136 | </div> |
|
135 | 137 | </div> |
|
136 | 138 | |
@@ -169,6 +171,7 | |||
|
169 | 171 | <span id="path_unlock" class="tooltip" |
|
170 | 172 | title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}"> |
|
171 | 173 | ${_('unlock')}</span> |
|
174 | <span class="help-block">${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}</span> | |
|
172 | 175 | </div> |
|
173 | 176 | </div> |
|
174 | 177 |
General Comments 0
You need to be logged in to leave comments.
Login now