Hide migration on hosted

This commit is contained in:
Hillel Coren 2021-04-25 08:43:49 +03:00
parent 2bdb26dd06
commit b645356122

View File

@ -238,6 +238,7 @@
</div>
</div>
@if (Utils::isSelfHost() || request()->show_migration)
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{!! trans('texts.migrate_to_next_version') !!}</h3>
@ -259,6 +260,7 @@
</div>
</div>
</div>
@endif
{!! Former::close() !!}