aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/config.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-14 15:11:57 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-14 15:11:57 +0100
commit6285e57c49bd06ed52ab997f0dc767576b7da126 (patch)
tree402ffd66fcd32d2847bd2cf476c71b49bf373e2b /themes/baggy/config.twig
parent243e13ab598bd3c4c711b8070cfaa048a3243fa3 (diff)
downloadwallabag-6285e57c49bd06ed52ab997f0dc767576b7da126.tar.gz
wallabag-6285e57c49bd06ed52ab997f0dc767576b7da126.tar.zst
wallabag-6285e57c49bd06ed52ab997f0dc767576b7da126.zip
[add] link to empty cache in config screen, #454
Diffstat (limited to 'themes/baggy/config.twig')
-rw-r--r--themes/baggy/config.twig4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index d0ec0ca7..598409b9 100644
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -116,4 +116,8 @@
116 {% if constant('STORAGE') == 'sqlite' %} 116 {% if constant('STORAGE') == 'sqlite' %}
117 <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %} 117 <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %}
118 <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> 118 <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p>
119
120 <h2>{% trans "Cache" %}</h2>
121 <p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p>
122
119{% endblock %} 123{% endblock %}