aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 16:48:34 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 16:48:34 +0100
commit3b81212674bb4b2cf51ce51637e0093c952cefde (patch)
tree214dbb5430585f927f5aa60ce021531dcc927fec /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
parente61ee56031aa0788f9a40ec245d3c391d219d6c2 (diff)
downloadwallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.tar.gz
wallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.tar.zst
wallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.zip
Added translations and baggy part
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig4
1 files changed, 2 insertions, 2 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 3fbb49ea..807c9bdc 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
@@ -73,12 +73,12 @@
73 73
74 <div class="row"> 74 <div class="row">
75 <div class="input-field col s12"> 75 <div class="input-field col s12">
76 <h5>Configure your Android application</h5> 76 <h5>{{ 'config.form_settings.android_configuration'|trans }}</h5>
77 <a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}" class="waves-effect waves-light btn hide-on-large-only">Touch here to prefill your Android application</a> 77 <a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}" class="waves-effect waves-light btn hide-on-large-only">Touch here to prefill your Android application</a>
78 <img id="androidQrcode" class="hide-on-med-and-down" /> 78 <img id="androidQrcode" class="hide-on-med-and-down" />
79 </div> 79 </div>
80 <script> 80 <script>
81 var imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}'); 81 const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}');
82 document.getElementById('androidQrcode').src=imgBase64; 82 document.getElementById('androidQrcode').src=imgBase64;
83 </script> 83 </script>
84 </div> 84 </div>