aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-08 16:00:39 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-08 13:27:18 +0200
commit71254701b7e5364516b7510e9237c00c678dac1c (patch)
treefef99fa36e318346b5b861039aa18333c675fbfa /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
parent821bb8768507a16a28e7f98143aba5218691c18b (diff)
downloadwallabag-71254701b7e5364516b7510e9237c00c678dac1c.tar.gz
wallabag-71254701b7e5364516b7510e9237c00c678dac1c.tar.zst
wallabag-71254701b7e5364516b7510e9237c00c678dac1c.zip
Changed tests
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
index 29575272..b10db473 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
@@ -149,7 +149,7 @@
149 {{ form_widget(form.user._token) }} 149 {{ form_widget(form.user._token) }}
150 {{ form_widget(form.user.save) }} 150 {{ form_widget(form.user.save) }}
151 {% if enabled_users > 1 %} 151 {% if enabled_users > 1 %}
152 <a class='btn red' href='{{ path('delete_account') }}'>{{ 'config.form_user.delete_account' | trans }}</a> 152 <a class='btn red delete-account' href='{{ path('delete_account') }}'>{{ 'config.form_user.delete_account' | trans }}</a>
153 {% endif %} 153 {% endif %}
154 </form> 154 </form>
155 155