mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 01:50:33 -04:00
Hint should not be clickable
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
parent
d9beeaec90
commit
5389ffca86
1 changed files with 2 additions and 2 deletions
|
|
@ -58,10 +58,10 @@
|
|||
class="app-icon"/>
|
||||
<div class="icon-loading-small-dark"
|
||||
style="display:none;"></div>
|
||||
<span>
|
||||
</a>
|
||||
<span>
|
||||
<?php p($entry['name']); ?>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
<li id="more-apps" class="menutoggle">
|
||||
|
|
|
|||
Loading…
Reference in a new issue