From e804b1929ceaaee3cb75693a94cabf9f9c6fc75f Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Tue, 27 Dec 2022 22:35:58 -0500 Subject: [PATCH] always show link --- src/BirdsiteLive/Views/Users/Index.cshtml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/BirdsiteLive/Views/Users/Index.cshtml b/src/BirdsiteLive/Views/Users/Index.cshtml index fce4b14..2ff2ce3 100644 --- a/src/BirdsiteLive/Views/Users/Index.cshtml +++ b/src/BirdsiteLive/Views/Users/Index.cshtml @@ -46,7 +46,7 @@ else if (!string.IsNullOrEmpty(ViewData.Model.MovedTo)) { } @@ -58,11 +58,8 @@ } - - @if (!ViewData.Model.Deleted && string.IsNullOrEmpty(ViewData.Model.MovedTo)) - { -
- I'm the owner of this account and I would like to take control of this mirror. -
- } + +
+ I'm the owner of this account and I would like to take control of this mirror. +
\ No newline at end of file