diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 11b02294..bf390e89 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig | |||
@@ -196,6 +196,7 @@ | |||
196 | </div> | 196 | </div> |
197 | 197 | ||
198 | <div id="set5" class="col s12"> | 198 | <div id="set5" class="col s12"> |
199 | {% if app.user.config.taggingRules is not empty %} | ||
199 | <div class="row"> | 200 | <div class="row"> |
200 | <div class="input-field col s12"> | 201 | <div class="input-field col s12"> |
201 | <ul> | 202 | <ul> |
@@ -213,6 +214,7 @@ | |||
213 | </ul> | 214 | </ul> |
214 | </div> | 215 | </div> |
215 | </div> | 216 | </div> |
217 | {% endif %} | ||
216 | 218 | ||
217 | {{ form_start(form.new_tagging_rule) }} | 219 | {{ form_start(form.new_tagging_rule) }} |
218 | {{ form_errors(form.new_tagging_rule) }} | 220 | {{ form_errors(form.new_tagging_rule) }} |