Text files should end with a valid new line character. 6
- Read doc
- Productivity
- Info
More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l
- *
- - **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
- - **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
- **Happy coding**!
- *
- <div class="alert alert-{{ type }}">
- {% if icon is not null %}
- <i class="fa {{ icon }}"></i>
- {% endif %}
- {{ message|trans }}
- </div>
- {% endblock %}
- <small>{% block error_details %}{{ 'enabel_layout.error.details'|trans({'%code%': status_code, '%message%': status_text})|nl2br}}{% endblock %}</small>
- <img class ="logo" src="{{ asset('bundles/enabellayout/images/enabel-logo-email.png') }}" alt="enabel-logo">
- </div>
- </div>
- {% endblock %}
- <footer class="footer mt-auto py-2 bg-light">
- <div class="container">
- <span class="text-muted">© {{ date('now')|date('Y') }} Enabel</span>
- </div>
- </footer>