mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update migration setting view
This commit is contained in:
parent
f8145a78cf
commit
9bc5338dbd
1 changed files with 10 additions and 2 deletions
|
@ -34,9 +34,16 @@
|
||||||
Back to Settings
|
Back to Settings
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
@if($hasExistingMigration)
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12 mt-5">
|
||||||
|
<p class="lead mb-0 text-center">You have migrated your account already.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@else
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p class="lead">If you want to move this account to another account, please read the following carefully.</p>
|
<p class="lead">If you want to move this account to another account, please read the following carefully.</p>
|
||||||
|
@ -88,6 +95,7 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue