|
|
|
@ -11,7 +11,7 @@ json.update_user_name @is_evaluation ? "匿名" : @work.update_user.try(:real_na
|
|
|
|
|
json.update_atta @homework.late_duration && @is_author
|
|
|
|
|
|
|
|
|
|
json.attachments @attachments do |atta|
|
|
|
|
|
json.partial! "attachments/attachment_simple", locals: {attachment: atta, delete: false, }
|
|
|
|
|
json.partial! "attachments/attachment_simple", locals: {attachment: atta, delete: false }
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
unless @is_evaluation
|
|
|
|
|