some arbitrary improvements (#2032)

* show version in doctor
* added flag to import activities as global
This commit is contained in:
Kevin Papst
2020-10-08 17:17:21 +02:00
committed by GitHub
parent fb31319fcf
commit 0ce02b4f06
2 changed files with 16 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{% import "doctor/actions.html.twig" as actions %}
{% block page_title %}{{ 'menu.doctor'|trans }}{% endblock %}
{% block page_subtitle %}Environment: <strong>{{ environment }}</strong>{% endblock %}
{% block page_subtitle %}Environment: {{ environment }} &ndash; Version: {{ constant('App\\Constants::VERSION') }} {{ constant('App\\Constants::STATUS') }}{% endblock %}
{% block page_actions %}{{ actions.doctor('index') }}{% endblock %}
{% block main %}