mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
always show link
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
else if (!string.IsNullOrEmpty(ViewData.Model.MovedTo))
|
else if (!string.IsNullOrEmpty(ViewData.Model.MovedTo))
|
||||||
{
|
{
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert">
|
||||||
This account has been migrated by its Twitter owner and has been disabled.<br/>
|
This account has been migrated by its Twitter owner and has been disabled.<br />
|
||||||
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>
|
||||||
}
|
}
|
||||||
@@ -59,10 +59,7 @@
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
@if (!ViewData.Model.Deleted && string.IsNullOrEmpty(ViewData.Model.MovedTo))
|
<div class="user-owner">
|
||||||
{
|
<a href="/migration/move/@ViewData.Model.Acct">I'm the owner of this account and I would like to take control of this mirror.</a>
|
||||||
<div class="user-owner">
|
</div>
|
||||||
<a href="/migration/move/@ViewData.Model.Acct">I'm the owner of this account and I would like to take control of this mirror.</a>
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
</div>
|
</div>
|
Reference in New Issue
Block a user