Remove haspageactions from MinervaTemplate templateData

minerva.mustache does not use this

Bug: T232653
Change-Id: I4cf4f3ba3889bc19d2490ab5f727c00b518fa995
This commit is contained in:
Nicholas Ray 2019-12-06 12:15:09 -07:00 committed by Jdlrobson
parent 1223772ecb
commit 5eb26b67cd

View file

@ -266,7 +266,6 @@ class MinervaTemplate extends BaseTemplate {
'prebodyhtml' => $preBodyHtml,
'headinghtml' => $data['headinghtml'] ?? '',
'postheadinghtml' => $data['postheadinghtml'] ?? '',
'haspageactions' => $hasPageActions,
'pageactionshtml' => $hasPageActions ? $this->getPageActionsHtml() : '',
'userMenuHTML' => $data['userMenuHTML'],
'subtitle' => $data['subtitle'],