We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e598364 commit 776d286Copy full SHA for 776d286
backend/views/product/index.php
@@ -39,7 +39,7 @@
39
'template' => '{view} {update} {images} {delete}',
40
'buttons' => [
41
'images' => function ($url, $model, $key) {
42
- return Html::a('<span class="glyphicon glyphicon glyphicon-picture" aria-hidden="true"></span>', Url::to(['image/index', 'id' => $model->id]));
+ return Html::a('<span class="glyphicon glyphicon glyphicon-picture" aria-label="Image"></span>', Url::to(['image/index', 'id' => $model->id]));
43
}
44
],
45
0 commit comments