summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 16:22:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 16:22:13 +0200
commit0e6598b0734fb927109f745d9c0f3a8605a30ca5 (patch)
treee8170815686e60bbeee9dc3e1088132a9a456d60 /templates
parentf22254594c908b4db70a6ce6532b4706760ab855 (diff)
display shortcut for reloading
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 0c758f99a..10f8d860e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -4,7 +4,7 @@
id="articles"
ng-class="{compact: Content.isCompactView(), 'feed-view': Content.isFeed()}">
<div class="pull-to-refresh" ng-class="{'show-pull-to-refresh': showPullToRefresh}">
- <button ng-click="Content.refresh()"><?php p($l->t('Refresh')) ?></button>
+ <button ng-click="Content.refresh()"><?php p($l->t('Refresh')) ?> (r)</button>
</div>
<ul>
<li class="item {{ Content.getFeed(item.feedId).cssClass }}"