Update version

This commit is contained in:
Hillel Coren 2021-06-10 10:30:28 +03:00
parent 1d2cfb2bd7
commit 90cb83be90

View File

@ -248,6 +248,11 @@
<label for="modules" class="control-label col-lg-4 col-sm-4"></label>
<div class="col-lg-8 col-sm-8">
<div class="help-block">{{ trans('texts.migrate_intro_text')}}</div><br/>
<div class="help-block">
Watch these YouTube videos to see some of the many new features added:<br/>
<a href="https://www.youtube.com/watch?v=h_IMJLmVmuY&ab_channel=InvoiceNinja" target="_blank">What's new in Invoice Ninja v5</a><br/>
<a href="https://www.youtube.com/watch?v=NgwCxIMry54&ab_channel=InvoiceNinja" target="_blank">More new features in v5</a><br/>
</div><br/>
@if(Auth::user()->eligibleForMigration())
<a class="btn btn-primary btn-lg"
href="{{ url('/migration/start') }}">{!! trans('texts.start_migration') !!}</a>
@ -256,11 +261,6 @@
@endif
<br/>
<a href="https://invoiceninja.github.io/docs/migration/" target="_blank">{{ trans('texts.learn_more') }}</a><br/>
<p>
You can watch these videos to see some of the many new features added.<br/>
- <a href="https://www.youtube.com/watch?v=h_IMJLmVmuY&ab_channel=InvoiceNinja" target="_blank">What's new in Invoice Ninja v5</a><br/>
- <a href="https://www.youtube.com/watch?v=NgwCxIMry54&ab_channel=InvoiceNinja" target="_blank">More new features in v5</a><br/>
</p>
</div>
</div>
</div>