diff options
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r-- | templates/part.listfeed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php index 964d2f7e2..0d3fcc761 100644 --- a/templates/part.listfeed.php +++ b/templates/part.listfeed.php @@ -54,7 +54,7 @@ </ul> </div> - <div class="app-navigation-entry-options" ng-class="{'app-navigation-entry-options-open': optionsId == feed.id}"> + <div class="app-navigation-entry-menu" ng-class="{'app-navigation-entry-menu-open': optionsId == feed.id}"> <ul> <li><button class="icon-rename" title="<?php p($l->t('Rename feed')); ?>"></button></li> <li><button class="icon-delete" title="<?php p($l->t('Delete website')); ?>"></button></li> |