hide "Mark as read" when no unread items in All articles

Edit
 fix #100
This commit is contained in:
Bernhard Posselt 2013-04-20 15:54:34 +02:00
Родитель afe9467f17
Коммит f15d7d26e5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,7 @@
<button class="svg action mark-read-icon"
ng-click="subscriptionsBusinessLayer.markAllRead()"
title="<?php p($l->t('Mark read')) ?>"
ng-show="getTotalUnreadCount() > 0"
oc-tooltip data-placement="bottom"></button>
</span>
</li>