summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 4da7cbf8d..0c0222190 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -7,13 +7,6 @@
'feed-view': Content.isFeed()
}"
news-compact-expand="{{ Content.isCompactExpand() }}">
- <div class="pull-to-refresh" ng-class="{
- 'show-pull-to-refresh': showPullToRefresh
- }" news-finished-transition="done">
- <button ng-click="Content.refresh()">
- <?php p($l->t('Refresh')) ?> (r)
- </button>
- </div>
<div ng-show="Content.getItems().length == 0" class="no-feeds-available">
<p ng-show="Content.isShowAll()"><?php p($l->t('No articles available')) ?></p>
<p ng-show="!Content.isShowAll()"><?php p($l->t('No unread articles available')) ?></p>