Add aria-label alongside title attributes
This commit is contained in:
committed by
Frédéric Guillot
parent
4c68ab4dbd
commit
ce69343001
@@ -1,5 +1,5 @@
|
||||
<div class="dropdown">
|
||||
<a href="#" class="dropdown-menu action-menu" title="<?= t('Configure this project') ?>"><i class="fa fa-cog"></i><i class="fa fa-caret-down"></i></a>
|
||||
<a href="#" class="dropdown-menu action-menu" title="<?= t('Configure this project') ?>" aria-label="<?= t('Configure this project') ?>"><i class="fa fa-cog"></i><i class="fa fa-caret-down"></i></a>
|
||||
<ul>
|
||||
<?php if ($board_view): ?>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user