summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-11 17:12:52 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-11 17:12:52 +0200
commita557394c5c6ce2c5b433148baac200cbc17f3e64 (patch)
tree6ef771e10db0786b533416eb5c6df5a7f0cc28ee /templates
parent351ffd868ad61156bae09a7fde1e802d74128d08 (diff)
remove pull to refresh
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>