From c894d76e5790f47a210b673abe00d780a894f55a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20L=C5=93uillet?=
Date: Wed, 16 Nov 2016 21:28:14 +0100
Subject: [PATCH] Added tooltips for baggy theme
---
.../views/themes/baggy/Config/index.html.twig | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
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 56fd8e0c1..98b0e119d 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
@@ -14,6 +14,9 @@
{{ form_errors(form.config.theme) }}
{{ form_widget(form.config.theme) }}
+
+ live_help
+
+
+ live_help
+
{{ form_rest(form.config) }}
@@ -143,6 +158,9 @@
{{ form_errors(form.user.twoFactorAuthentication) }}
{{ form_widget(form.user.twoFactorAuthentication) }}
+
+ live_help
+
{% endif %}