always show link
This commit is contained in:
parent
0dfe1f4f9f
commit
e804b1929c
1 changed files with 5 additions and 8 deletions
|
@ -46,7 +46,7 @@
|
|||
else if (!string.IsNullOrEmpty(ViewData.Model.MovedTo))
|
||||
{
|
||||
<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>.
|
||||
</div>
|
||||
}
|
||||
|
@ -58,11 +58,8 @@
|
|||
<input type="text" name="textbox" value="@ViewData.Model.InstanceHandle" onclick="this.select()" class="form-control" readonly />
|
||||
</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>
|
||||
}
|
||||
|
||||
<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>
|
||||
</div>
|
Reference in a new issue