mirror of
https://github.com/nextcloud/server.git
synced 2026-05-17 10:59:53 -04:00
hint should not be clickable
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
parent
ce59546344
commit
51107da4f4
1 changed files with 3 additions and 2 deletions
|
|
@ -70,10 +70,11 @@
|
|||
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