From 68d4cce818459316870e7c7b7d0b6e0cf7ea584a Mon Sep 17 00:00:00 2001 From: LouisGac Date: Tue, 17 Jan 2017 17:12:34 +0100 Subject: [PATCH] Dev: fixed alignements --- templates/default/views/startpage.twig | 38 +++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/default/views/startpage.twig b/templates/default/views/startpage.twig index 104cb725efd..5d39ebfb77d 100644 --- a/templates/default/views/startpage.twig +++ b/templates/default/views/startpage.twig @@ -31,31 +31,31 @@
-
- {{ include('./subviews/flash_message.twig') }} +
+ {{ include('./subviews/flash_message.twig') }} -
+
- {# include the form tag #} - {{ include('./subviews/start_form.twig') }} + {# include the form tag #} + {{ include('./subviews/start_form.twig') }} - {{ include('./subviews/no_js_alert.twig') }} + {{ include('./subviews/no_js_alert.twig') }} - {# If survey mode is "All in One", it will add the welcome/privacy messages if needed #} - {{ include('./subviews/allinone_mode_welcome_privacy.twig') }} + {# If survey mode is "All in One", it will add the welcome/privacy messages if needed #} + {{ include('./subviews/allinone_mode_welcome_privacy.twig') }} - {# PRESENT THE QUESTION GROUPS #} - {# NOTE: this file will also render the questions via question.twig #} - {% for aGroup in aSurveyInfo.aGroups %} - {{ include('./group.twig') }} - {% endfor %} + {# PRESENT THE QUESTION GROUPS #} + {# NOTE: this file will also render the questions via question.twig #} + {% for aGroup in aSurveyInfo.aGroups %} + {{ include('./group.twig') }} + {% endfor %} - {# Presents the navigator #} - {% if aSurveyInfo.aNavigator.show %} - {{ include('./navigator.twig') }} - {% endif %} + {# Presents the navigator #} + {% if aSurveyInfo.aNavigator.show %} + {{ include('./navigator.twig') }} + {% endif %} - {# Data shown when LEM debug timing mode is ON #} - {{ include('./subviews/LEMDebug.twig') }} + {# Data shown when LEM debug timing mode is ON #} + {{ include('./subviews/LEMDebug.twig') }}