X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FConfig%2Findex.html.twig;h=0ff21f223f4f1cff467c7cbcb07c6b3afb93b19a;hb=8a60bc4cc2b6b1cfb5d8beb7ddcafc51d89a64c9;hp=6d5b539429a6cca7c72ccece2e37e835961f2f5b;hpb=9e07dc982c92eb35ab82dffaab9c4a0b54ad7364;p=github%2Fwallabag%2Fwallabag.git 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 6d5b5394..0ff21f22 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 @@ -1,6 +1,6 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{% trans %}Config{% endtrans %}{% endblock %} +{% block title %}{% trans %}config{% endtrans %}{% endblock %} {% block content %} @@ -11,7 +11,7 @@
-
+ {{ form_errors(form.rss) }}
- - {% if rss.token %} - {{ rss.token }} - {% else %} - No token - {% endif %} - – - Regenerate ? + {% trans %}RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.{% endtrans %}
- - {% if rss.token %} + +
+ {% if rss.token %} + {{ rss.token }} + {% else %} + {% trans %}No token{% endtrans %} + {% endif %} + – {% if rss.token %}{% trans %}Reset your token{% endtrans %}{% else %}{% trans %}Create your token{% endtrans %}{% endif %} +
+
+
+ {% if rss.token %} +
+
+ - {% else %} - You need to generate a token first. - {% endif %} +
+ {% endif %}
@@ -98,7 +103,7 @@ @@ -106,7 +111,7 @@
-
+ {{ form_errors(form.user) }}
@@ -127,7 +132,7 @@ @@ -135,7 +140,7 @@
-
+ {{ form_errors(form.pwd) }}
@@ -164,7 +169,7 @@ @@ -172,7 +177,7 @@
-
+ {{ form_errors(form.new_user) }}
@@ -201,7 +206,7 @@