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/material/Static/quickstart.html.twig | 77 ---------------------- 1 file changed, 77 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig deleted file mode 100644 index 8cbf4ab4..00000000 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig +++ /dev/null @@ -1,77 +0,0 @@ -{% 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