1
0
Fork 0
forked from gitea/nas

Add login visibility

This commit is contained in:
KMY 2023-05-24 17:41:47 +09:00
parent 0907b67239
commit 20497e0c21
42 changed files with 106 additions and 47 deletions

View file

@ -100,6 +100,8 @@ module StatusesHelper
fa_icon 'unlock fw'
when 'public_unlisted'
fa_icon 'cloud fw'
when 'login'
fa_icon 'key fw'
when 'private'
fa_icon 'lock fw'
when 'direct'