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.
2 parents d124847 + defdca7 commit 0d029c3Copy full SHA for 0d029c3
Resources/views/Collector/migrations.html.twig
@@ -19,7 +19,7 @@
19
{% set text %}
20
<div class="sf-toolbar-info-piece">
21
<b>Current</b>
22
- <span>{{ collector.data.executed_migrations|last.version|split('\\')|last }}</span>
+ <span>{{ executed_migrations > 0 ? collector.data.executed_migrations|last.version|split('\\')|last : 'n/a' }}</span>
23
</div>
24
25
<b>Executed</b>
0 commit comments