added migration message
This commit is contained in:
parent
2dd1cc7381
commit
0eb0aa3c5d
2 changed files with 14 additions and 0 deletions
|
@ -10,6 +10,13 @@
|
|||
@ViewData.Model.ErrorMessage
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (ViewData.Model.MigrationSuccess)
|
||||
{
|
||||
<div class="alert alert-success" role="alert">
|
||||
The mirror has been successfully deleted
|
||||
</div>
|
||||
}
|
||||
|
||||
<h1 class="display-4 migration__title">Delete @@@ViewData.Model.Acct mirror</h1>
|
||||
|
||||
|
|
|
@ -10,6 +10,13 @@
|
|||
@ViewData.Model.ErrorMessage
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (ViewData.Model.MigrationSuccess)
|
||||
{
|
||||
<div class="alert alert-success" role="alert">
|
||||
The mirror has been successfully migrated
|
||||
</div>
|
||||
}
|
||||
|
||||
<h1 class="display-4 migration__title">Migrate @@@ViewData.Model.Acct mirror to my Fediverse account</h1>
|
||||
|
||||
|
|
Reference in a new issue