mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update version
This commit is contained in:
parent
1d2cfb2bd7
commit
90cb83be90
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user