We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cfeec commit 587fdd2Copy full SHA for 587fdd2
Resources/views/migrationsCollector.html.twig
@@ -3,16 +3,9 @@
3
{% block toolbar %}
4
{% set profiler_markup_version = profiler_markup_version|default(1) %}
5
6
- {% set color = collector.availableMigrations == collector.executedMigrations ? 'green' : '' %}
7
- {% set color = collector.executedUnavailableMigrations > 0 ? 'red' : '' %}
8
- {% if color is empty %}
9
- {% set color = 'yellow' %}
10
- {% endif %}
11
-
12
{# this is the content displayed as a panel in the toolbar #}
13
{% set icon %}
14
{% if profiler_markup_version == 1 %}
15
16
{% set color = collector.executedUnavailableMigrations > 0 ? 'red' : '' %}
17
{% if color is empty %}
18
{% set color = 'yellow' %}
0 commit comments