mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Fixe some aria role=button inindex.html
This commit is contained in:
parent
2c841058bf
commit
a2221582be
1 changed files with 3 additions and 3 deletions
|
@ -19,12 +19,12 @@
|
|||
<a href="#/" class="homelink slide back">
|
||||
<img alt="accueil Yunohost" src="dist/img/icon.png" style="width: 70px;">
|
||||
</a>
|
||||
<span class="buttons" role="button">
|
||||
<a class="user-interface-btn" href="/yunohost/sso/" title="Logout" data-y18n-title="user_interface_link">
|
||||
<span class="buttons">
|
||||
<a role="button" class="user-interface-btn" href="/yunohost/sso/" title="Logout" data-y18n-title="user_interface_link">
|
||||
<span data-y18n="user_interface_link">User interface</span>
|
||||
<i class="fa-user"></i>
|
||||
</a>
|
||||
<a class="logout-btn" href="#/logout" title="Logout" data-y18n-title="logout">
|
||||
<a role="button" class="logout-btn" href="#/logout" title="Logout" data-y18n-title="logout">
|
||||
<span data-y18n="logout">Logout</span>
|
||||
<i class="fa-sign-out"></i>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue