mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
34344adbf5
- Adds html-before-portlet to Menu.mustache
- Removes UserMenu.mustache and type def
- Factors out getCreateAccountHTML and getLoginHTML for generating HTML used in Menu
- Scopes UserLink template data under "data-vector-user-links"
Follow up to: 298f945983
Bug: T284584
Change-Id: I91104eb7c4fd12756e770561666f4c9a64da57d6
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
<div class="vector-user-menu-login">{{{htmlLogin}}}</div>
|
|
<div class="vector-user-menu-anon-editor">
|
|
<p>
|
|
{{{msgLearnMore}}} {{{htmlLearnMoreLink}}}:
|
|
</p>
|
|
</div>
|