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

Change subject: Hygiene: Make confirm button in PageActionOverlay optional
......................................................................


Hygiene: Make confirm button in PageActionOverlay optional

Needed by: Iae147b317d993385ed5a1c35c5e28821025e1ac1
Change-Id: I2ebd4c7549d0603ecc082ffb1524937975b55544
---
M templates/modules/tutorials/PageActionOverlay.hogan
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Florianschmidtwelzow: Looks good to me, approved
  Jdlrobson: Looks good to me, but someone else must approve
  Bmansurov: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/modules/tutorials/PageActionOverlay.hogan 
b/templates/modules/tutorials/PageActionOverlay.hogan
index 5d034f3..7c7a342 100644
--- a/templates/modules/tutorials/PageActionOverlay.hogan
+++ b/templates/modules/tutorials/PageActionOverlay.hogan
@@ -1,5 +1,5 @@
 <p>{{{summary}}}</p>
 <div class="button-bar">
        <button class="button cancel inline">{{cancelMsg}}</button>
-       <button class="button actionable">{{confirmMsg}}</button>
+       {{#confirmMsg}}<button class="button 
actionable">{{confirmMsg}}</button>{{/confirmMsg}}
 </div>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2ebd4c7549d0603ecc082ffb1524937975b55544
Gerrit-PatchSet: 6
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[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