aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/edit-tags.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-28 10:30:51 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-28 10:30:51 +0100
commitcdada41505e77722f86334844d557128e6f4af4f (patch)
treebf9ce3532aebbd8f1d0611de63ba97fd75b73c88 /themes/baggy/edit-tags.twig
parentb152f2b6ba73fbb3e4fb8d4c3b0d69fddad8f9d8 (diff)
parent08718c01e4b8b35fe75b1e04534e028dd26c8c53 (diff)
downloadwallabag-cdada41505e77722f86334844d557128e6f4af4f.tar.gz
wallabag-cdada41505e77722f86334844d557128e6f4af4f.tar.zst
wallabag-cdada41505e77722f86334844d557128e6f4af4f.zip
Merge pull request #587 from mariroz/dev
problem with resources and localhost url fix
Diffstat (limited to 'themes/baggy/edit-tags.twig')
-rwxr-xr-xthemes/baggy/edit-tags.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/baggy/edit-tags.twig b/themes/baggy/edit-tags.twig
index 65ac996a..2113e964 100755
--- a/themes/baggy/edit-tags.twig
+++ b/themes/baggy/edit-tags.twig
@@ -5,9 +5,9 @@
5{% endblock %} 5{% endblock %}
6{% block content %} 6{% block content %}
7 7
8<script src="{{ poche_url }}/themes/default/js/jquery-ui-1.10.4.custom.min.js"></script> 8<script src="{{ poche_url }}themes/default/js/jquery-ui-1.10.4.custom.min.js"></script>
9<script src="{{ poche_url }}/themes/default/js/autoCompleteTags.js"></script> 9<script src="{{ poche_url }}themes/default/js/autoCompleteTags.js"></script>
10<link rel="stylesheet" href="{{ poche_url }}/themes/default/css/jquery-ui-1.10.4.custom.min.css" media="all"> 10<link rel="stylesheet" href="{{ poche_url }}themes/default/css/jquery-ui-1.10.4.custom.min.css" media="all">
11 11
12<div id="article"> 12<div id="article">
13 <h2>{{ entry.title|raw }}</21> 13 <h2>{{ entry.title|raw }}</21>