Welcome to mirror list, hosted at ThFree Co, Russian Federation.

part.navigation.explore.php « templates - github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acae91b2d163bb3ad0f9c536851e52c84276f458 (plain)
1
2
3
4
5
<li ng-class="{active: Navigation.isExploreActive()}" class="explore-feed">
    <a class="icon-link" ng-href="#/explore/">
       <?php p($l->t('Explore')) ?>
    </a>
</li>