Followup to 33a6fb6 - remove is-title-above-tabs from template

The configuration for this feature was removed, so the conditional
in the skin.mustache template should be removed as well.

Bug: T311773
Change-Id: I6a8e671c5f08d9af73145b900398b185febb3bc7
This commit is contained in:
Jan Drewniak 2022-07-18 10:43:36 -04:00
parent c0d752cbe0
commit c9c5c9e5a4

View file

@ -66,7 +66,7 @@
{{>ContentHeader}} {{>ContentHeader}}
{{>ArticleToolbar}} {{>ArticleToolbar}}
<div id="bodyContent" class="vector-body" {{#is-title-above-tabs}} data-mw-ve-target-container {{/is-title-above-tabs}}> <div id="bodyContent" class="vector-body" data-mw-ve-target-container>
{{>ContentSubheader}} {{>ContentSubheader}}
<div id="contentSub"{{{html-user-language-attributes}}}>{{{html-subtitle}}}</div> <div id="contentSub"{{{html-user-language-attributes}}}>{{{html-subtitle}}}</div>
<div id="contentSub2">{{{html-undelete-link}}}</div> <div id="contentSub2">{{{html-undelete-link}}}</div>