show warning message for locked account

This commit is contained in:
nightpool 2019-06-15 10:50:04 -04:00
부모 1a6bdd61e9
커밋 c296d35be4
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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

파일 보기

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