aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/_bookmarklet.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-30 10:21:33 +0200
committerGitHub <noreply@github.com>2016-09-30 10:21:33 +0200
commit555ed552ca974fde57d3c153e33b28c32fb3115e (patch)
tree51074ab8e0305b786c422577948fb8116368d138 /src/Wallabag/CoreBundle/Resources/views/themes/common/Static/_bookmarklet.html.twig
parentfb479be3a0af95bba45c13b11e1f85bb9c753d25 (diff)
parent2ff9991a1dfac0d3463662b96f529aac70c66f76 (diff)
downloadwallabag-555ed552ca974fde57d3c153e33b28c32fb3115e.tar.gz
wallabag-555ed552ca974fde57d3c153e33b28c32fb3115e.tar.zst
wallabag-555ed552ca974fde57d3c153e33b28c32fb3115e.zip
Merge pull request #2318 from wallabag/refactor-templates
Removed duplicated templates files
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Static/_bookmarklet.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Static/_bookmarklet.html.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/_bookmarklet.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/_bookmarklet.html.twig
new file mode 100644
index 00000000..966a84db
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/_bookmarklet.html.twig
@@ -0,0 +1 @@
<a id="bookmarklet" ondragend="this.click();" href="javascript:var url=location.href||url;var wllbg=window.open('{{ url('bookmarklet') }}?url=' + encodeURI(url),'_blank');wllbg.close();void(0);">bag it!</a>