Show More
@@ -219,15 +219,24 b'' | |||
|
219 | 219 | % if c.labs_active and (display_globals or repo_type in ['hg']): |
|
220 | 220 | <div class="panel panel-danger"> |
|
221 | 221 | <div class="panel-heading"> |
|
222 | <h3 class="panel-title">${_('Labs settings')}</h3> | |
|
222 | <h3 class="panel-title">${_('Labs settings')}: ${_('These features are considered experimental and may not work as expected.')}</h3> | |
|
223 | 223 | </div> |
|
224 | 224 | <div class="panel-body"> |
|
225 | <div class="fields"> | |
|
226 | ||
|
227 | <div class="field"> | |
|
228 | <div class="label"> | |
|
229 | <label>${_('Mercurial server-side merge')}:</label> | |
|
230 | </div> | |
|
231 | <div class="checkboxes"> | |
|
225 | 232 | <div class="checkbox"> |
|
226 | 233 | ${h.checkbox('rhodecode_hg_use_rebase_for_merging' + suffix, 'True', **kwargs)} |
|
227 |
<label for="rhodecode_hg_use_rebase_for_merging${suffix}">${_(' |
|
|
234 | <label for="rhodecode_hg_use_rebase_for_merging${suffix}">${_('Use rebase instead of creating a merge commit when merging via web interface')}</label> | |
|
228 | 235 | </div> |
|
229 | <div class="label"> | |
|
230 | <span class="help-block">${_('Use rebase instead of creating a merge commit when merging via web interface')}</span> | |
|
236 | <!-- <p class="help-block">Help message here</p> --> | |
|
237 | </div> | |
|
238 | </div> | |
|
239 | ||
|
231 | 240 |
|
|
232 | 241 | </div> |
|
233 | 242 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now