]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig
Add tagged services for import
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Resources / views / Pocket / index.html.twig
index 940fe4cc61848c00725ccfeb1d9fcbe1f2a6ed5a..9803896cb0e800c6d2e891793e762cd3d89a8dd0 100644 (file)
@@ -1,14 +1,16 @@
 {% extends "WallabagCoreBundle::layout.html.twig" %}
-{% block title %}{% trans %}import{% endtrans %}{% endblock %}
+{% block title %}{% trans %}Import > Pocket{% endtrans %}{% endblock %}
 
 {% block content %}
-
 <div class="row">
     <div class="col s12">
         <div class="card-panel settings">
-            {% trans %}You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.{% endtrans %}
+            <blockquote>{{ import.description|raw }}</blockquote>
+            <p>{% trans %}You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.{% endtrans %}</p>
             <form method="post" action="{{ path('import_pocket_auth') }}">
-                <input type="submit" value="Connect to Pocket and import data" />
+                <button class="btn waves-effect waves-light" type="submit" name="action">
+                    Connect to Pocket and import data
+                </button>
             </form>
         </div>
     </div>