mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
changed display order of migration info
This commit is contained in:
@@ -31,13 +31,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@if (ViewData.Model.Protected)
|
@if (ViewData.Model.Deleted)
|
||||||
{
|
|
||||||
<div class="alert alert-danger" role="alert">
|
|
||||||
This account is protected, BirdsiteLIVE cannot fetch their tweets and will not provide follow support until it is unprotected again.
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
else if (ViewData.Model.Deleted)
|
|
||||||
{
|
{
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert">
|
||||||
This mirror has been deleted by its Twitter owner.
|
This mirror has been deleted by its Twitter owner.
|
||||||
@@ -50,6 +44,12 @@
|
|||||||
You can follow this user at <a href="@ViewData.Model.MovedTo">@ViewData.Model.MovedToAcct</a>.
|
You can follow this user at <a href="@ViewData.Model.MovedTo">@ViewData.Model.MovedToAcct</a>.
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
else if (ViewData.Model.Protected)
|
||||||
|
{
|
||||||
|
<div class="alert alert-danger" role="alert">
|
||||||
|
This account is protected, BirdsiteLIVE cannot fetch their tweets and will not provide follow support until it is unprotected again.
|
||||||
|
</div>
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user