summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 12:48:39 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 12:48:39 +0100
commit49cb50a66b7aa7d7685b983d5cf7257370471b85 (patch)
tree8ff608b209bffb636729f1cbf176cb29477795a8 /templates
parent13f0f8a5fa6779ff8bfb0e65675ea6be94ffe3a8 (diff)
fix keyboard shortcuts for explore
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.explore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.explore.php b/templates/part.navigation.explore.php
index 92621ba46..d2c8749f9 100644
--- a/templates/part.navigation.explore.php
+++ b/templates/part.navigation.explore.php
@@ -1,5 +1,5 @@
<li ng-class="{active: Navigation.isExploreActive()}">
- <a class="icon-link" ng-href="#/explore/">
+ <a class="icon-link" ng-href="#/explore/" class="explore-feed">
<?php p($l->t('Explore')) ?>
</a>
</li> \ No newline at end of file