Merge pull request #5686 from nextcloud/backport-5520
hint should not be clickable
This commit is contained in:
commit
ac7997901b
|
@ -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 New Issue