فهرست منبع

made heading clearer when parameters.ini is not writable

Albert Jessurum 14 سال پیش
والد
کامیت
894c4c0c46
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      Resources/views/final.html.twig

+ 4 - 1
Resources/views/final.html.twig

@@ -3,8 +3,11 @@
 {% block content_class %}config_done{% endblock %}
 {% block content_class %}config_done{% endblock %}
 {% block content %}
 {% block content %}
     <h1>Well done!</h1>
     <h1>Well done!</h1>
+    {% if is_writable %}
     <h2>Your distribution is configured!</h2>
     <h2>Your distribution is configured!</h2>
-
+    {% else %}
+    <h2>Your distribution is almost configured but...</h2>
+    {% endif %}
     <h3>
     <h3>
         <span>
         <span>
             {% if is_writable %}
             {% if is_writable %}