forked from Trustie/forgeplus
新增:block
This commit is contained in:
parent
3650773338
commit
0e4834d50b
|
|
@ -10,7 +10,7 @@ json.is_original memo.is_original
|
|||
json.memo_watched current_user.watched?(memo)
|
||||
# json.new_reply memo.new_reply
|
||||
json.praises_count memo.praises_count
|
||||
json.published_time memo.published_at.strftime("%Y-%m-%d %H:%M:%S")
|
||||
json.published_time memo.published_at&.strftime("%Y-%m-%d %H:%M:%S")
|
||||
json.replies_count memo.replies_count
|
||||
json.sticky memo.sticky
|
||||
json.subject memo.subject
|
||||
|
|
|
|||
Loading…
Reference in New Issue