jenkins-bot has submitted this change and it was merged.

Change subject: Hygiene: Fix typo in CtaDrawer
......................................................................


Hygiene: Fix typo in CtaDrawer

Remove double mms to add support for mw-ui-anchor
Change-Id: I9a3a2201ef734cb1609e992182be52cc722bd637
---
M templates/ctaDrawer.hogan
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/ctaDrawer.hogan b/templates/ctaDrawer.hogan
index ac28e00..a25d6dc 100644
--- a/templates/ctaDrawer.hogan
+++ b/templates/ctaDrawer.hogan
@@ -2,7 +2,7 @@
 <p>{{content}}</p>
 <div class="mw-ui-button-group">
        <a class="mw-ui-button mw-ui-block mw-ui-progressive" 
href="{{loginUrl}}">{{loginCaption}}</a>
-       <a class="mw-ui-progressive mmw-ui-anchor mw-ui-block" 
href="{{signupUrl}}">{{signupCaption}}</a>
+       <a class="mw-ui-progressive mw-ui-anchor mw-ui-block" 
href="{{signupUrl}}">{{signupCaption}}</a>
        {{#links}}
        <a class="mw-ui-anchor mw-ui-block {{selector}}" 
href="{{href}}">{{label}}</a>
        {{/links}}

-- 
To view, visit https://gerrit.wikimedia.org/r/169513
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9a3a2201ef734cb1609e992182be52cc722bd637
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to