show warning message for locked account

这个提交存在于:
nightpool 2019-06-15 10:50:04 -04:00 提交者 chr
父节点 84bf5ca175
当前提交 13fc93fa63
共有 2 个文件被更改,包括 11 次插入0 次删除

查看文件

@ -298,6 +298,12 @@
min-height: 1px;
}
h2 {
font-size: 1rem;
align-items: center;
display: flex;
}
.nav-left {
display: flex;
align-items: stretch;

查看文件

@ -21,6 +21,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