From 4f9f95d38f997c2b139c5310e824847fe102adb5 Mon Sep 17 00:00:00 2001 From: nightpool Date: Sat, 15 Jun 2019 10:50:04 -0400 Subject: show warning message for locked account --- app/views/accounts/show.html.haml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/views/accounts') diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml index 1a81b96f6..aa2c83dec 100644 --- a/app/views/accounts/show.html.haml +++ b/app/views/accounts/show.html.haml @@ -19,6 +19,11 @@ = render 'header', account: @account, with_bio: true +- if @account.user&.disabled? + .header + .nav-center + %h2 This user's account has been locked by a moderator. + .grid .column-0 .h-feed -- cgit