diff --git a/rhodecode/templates/base/vcs_settings.html b/rhodecode/templates/base/vcs_settings.html --- a/rhodecode/templates/base/vcs_settings.html +++ b/rhodecode/templates/base/vcs_settings.html @@ -213,4 +213,23 @@ % endif + + ## This condition has to be adapted if we add more labs settings for + ## VCS types other than 'hg' + % if c.labs_active and (display_globals or repo_type in ['hg']): +