aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_pocheit-form.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-21 16:04:05 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-21 16:04:05 +0100
commit0440249631164a378981d014bf71b617c082bf5a (patch)
tree740d4e798c954374f115927ebc434d393368ab46 /themes/default/_pocheit-form.twig
parent3eb951572d3f22ad37395afceb4a739ad8cd0fd6 (diff)
downloadwallabag-0440249631164a378981d014bf71b617c082bf5a.tar.gz
wallabag-0440249631164a378981d014bf71b617c082bf5a.tar.zst
wallabag-0440249631164a378981d014bf71b617c082bf5a.zip
move templates into resources
Diffstat (limited to 'themes/default/_pocheit-form.twig')
-rwxr-xr-xthemes/default/_pocheit-form.twig8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/default/_pocheit-form.twig b/themes/default/_pocheit-form.twig
deleted file mode 100755
index 8c982db0..00000000
--- a/themes/default/_pocheit-form.twig
+++ /dev/null
@@ -1,8 +0,0 @@
1<div id="bagit-form" class="messages info">
2 <a href="javascript: void(null);" id="bagit-form-close">&nbsp;</a>
3 <form method="get" action="index.php" id="bagit-form-form">
4 <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
5 <input type="submit" value="{% trans "save link!" %}" />
6 <div id="add-link-result"></div>
7 </form>
8</div>