From 2ff9991a1dfac0d3463662b96f529aac70c66f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 30 Sep 2016 09:38:08 +0200 Subject: Removed duplicated templates files --- .../themes/common/Static/quickstart.html.twig | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig new file mode 100644 index 00000000..8cbf4ab4 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig @@ -0,0 +1,77 @@ +{% extends "WallabagCoreBundle::layout.html.twig" %} + +{% block title %}{{ 'quickstart.page_title'|trans }}{% endblock %} + +{% block content %} + +
+
+
+ +
+

{{ 'quickstart.intro.title'|trans }}

+

{{ 'quickstart.intro.paragraph_1'|trans }}

+

{{ 'quickstart.intro.paragraph_2'|trans }}

+ +

{{ 'quickstart.configure.title'|trans }}

+ + + {% if is_granted('ROLE_SUPER_ADMIN') %} +

{{ 'quickstart.admin.title'|trans }}

+

{{ 'quickstart.admin.description'|trans }}

+ + {% endif %} + +

{{ 'quickstart.first_steps.title'|trans }}

+ + +

{{ 'quickstart.migrate.title'|trans }}

+

{{ 'quickstart.migrate.description'|trans }}

+ + +

{{ 'quickstart.developer.title'|trans }}

+ + +

{{ 'quickstart.docs.title'|trans }}

+ + +

{{ 'quickstart.support.title'|trans }}

+

{{ 'quickstart.support.description'|trans }}

+ +
+ +
+
+
+ +{% endblock %} -- cgit v1.2.3 From a44d2613c730b8933ba17a1295ae6c170345cad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 1 Oct 2016 16:09:31 +0200 Subject: Changed quickstart layout --- .../themes/common/Static/quickstart.html.twig | 142 +++++++++++++-------- 1 file changed, 92 insertions(+), 50 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig index 8cbf4ab4..226bafea 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig @@ -10,64 +10,106 @@

{{ 'quickstart.intro.title'|trans }}

-

{{ 'quickstart.intro.paragraph_1'|trans }}

-

{{ 'quickstart.intro.paragraph_2'|trans }}

-

{{ 'quickstart.configure.title'|trans }}

- +
-- cgit v1.2.3 From 0f70abd695136f6cfcfaf3c755223cf2d61af090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 3 Oct 2016 10:27:01 +0200 Subject: Fixed CSS for quickstart links --- .../Resources/views/themes/common/Static/quickstart.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig index 226bafea..c8a303a6 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig @@ -4,7 +4,7 @@ {% block content %} -
+
-- cgit v1.2.3