aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-06-03 08:39:22 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-06-03 08:39:22 +0200
commitb44e91467316a4de8e6883658f9959eef38d3e09 (patch)
treed26d5ae6fb8f57cd28d3d0f71899f124b530b636 /pyaggr3g470r/templates
parentUpdated NEWS.rst file for the new release (6.6). (diff)
downloadnewspipe-b44e91467316a4de8e6883658f9959eef38d3e09.tar.gz
newspipe-b44e91467316a4de8e6883658f9959eef38d3e09.tar.bz2
newspipe-b44e91467316a4de8e6883658f9959eef38d3e09.zip
The bookmarklet to subscribe to a feed has been slightly updated.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/about.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html
index 901b3b35..884de644 100644
--- a/pyaggr3g470r/templates/about.html
+++ b/pyaggr3g470r/templates/about.html
@@ -17,7 +17,8 @@
<h1>{{ _('Help') }}</h1>
<p>{{ _('If you have any problem, <a href="http://wiki.cedricbonhomme.org/contact">contact</a> the administrator.') }}</p>
<p>{{ _('The documentation of the RESTful API is <a href="https://pyaggr3g470r.readthedocs.org/en/latest/web-services.html">here</a>.') }}</p>
- <p>{{ _('You can subscribe to new feeds with a bookmarklet. Drag <a href="%(bookmarklet)s">this link</a> to your browser bookmarks.', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}</p>
+ <p>{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}</p>
+ {{ _('<a class="btn btn-default" href="%(bookmarklet)s" rel="bookmark">Subscribe to this feed using pyAggr3g470r</a>', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
</div>
<div class="well">
<h1>{{ _('Donation') }}</h1>
bgstack15