From ea622ec87dc4e9e8f80f8792704037b819076c4a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 26 May 2017 07:09:46 +0200 Subject: Improved layout. --- src/web/templates/edit_bookmark.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/web/templates/edit_bookmark.html') diff --git a/src/web/templates/edit_bookmark.html b/src/web/templates/edit_bookmark.html index 1c6f0c01..b054e22f 100644 --- a/src/web/templates/edit_bookmark.html +++ b/src/web/templates/edit_bookmark.html @@ -66,12 +66,16 @@

{{ _('You can add a bookmark with a bookmarklet. Drag the following button to your browser bookmarks.') }}

- {{ _('Manage your bookmarks using Newspipe', bookmarklet='javascript:window.location="%s?href="+encodeURIComponent(document.location)' % url_for('bookmark.bookmarklet', _external=True)) }} + {{ _('Bookmark this page using Newspipe', bookmarklet='javascript:window.location="%s?href="+encodeURIComponent(document.location)' % url_for('bookmark.bookmarklet', _external=True)) }}
- {{ _('Import bookmarks from pinboard.in') }} (*.json) - +

{{ _('Import bookmarks from Pinboard') }} (*.json)

+ + +
+ +
-- cgit