File tree Expand file tree Collapse file tree
view/adminhtml/templates/grid Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,23 +133,25 @@ $state = $viewModel->getState();
133133 <?php foreach ($ cellActions as $ cellAction ): ?>
134134 <li>
135135 <?php if ($ cellAction ->hasUrl ()): ?>
136- <a href="<?= /* @noEscape */ $ cellAction ->getUrl () ?> "><?= $ escaper -> escapeHtml (
137- $ cellAction ->getLabel ()
138- ) ?> </a>
136+ <a href="<?= /* @noEscape */ $ cellAction ->getUrl () ?> ">
137+ <?= $ escaper -> escapeHtml ( $ cellAction ->getLabel ()) ?>
138+ </a>
139139 <?php endif ; ?>
140+
140141 <?php if ($ cellAction ->hasJsMethod ()): ?>
141142 <a
142143 data-id="<?= $ item ->getId () ?> "
143- onClick="<?= /* @noEscape */ $ cellAction ->getJsMethod () ?> "><?= $ escaper -> escapeHtml (
144- $ cellAction ->getLabel ()
145- ) ?> </a>
144+ onClick="<?= /* @noEscape */ $ cellAction ->getJsMethod () ?> "><
145+ <?= $ escaper -> escapeHtml ( $ cellAction ->getLabel ()) ?>
146+ </a>
146147 <?php endif ; ?>
148+
147149 <?php if ($ cellAction ->hasAlpineMethod ()): ?>
148150 <a
149151 data-id="<?= $ item ->getId () ?> "
150- @click="<?= /* @noEscape */ $ cellAction ->getAlpineMethod () ?> "><?= $ escaper -> escapeHtml (
151- $ cellAction ->getLabel ()
152- ) ?> </a>
152+ @click="<?= /* @noEscape */ $ cellAction ->getAlpineMethod () ?> ">
153+ <?= $ escaper -> escapeHtml ( $ cellAction ->getLabel ()) ?>
154+ </a>
153155 <?php endif ; ?>
154156 </li>
155157 <?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments