2022-11-09 12:33:20 +01:00
|
|
|
= turbo_stream.replace dom_id(@attachment, :edit) do
|
|
|
|
- if @user_can_edit
|
2022-11-17 19:18:58 +01:00
|
|
|
= render Attachment::EditComponent.new(attachment: @attachment, attached_file: @attachment.record.public_send(@attachment.name), auto_attach_url: @auto_attach_url, user_can_download: @user_can_download)
|
2022-11-09 12:33:20 +01:00
|
|
|
- else
|
|
|
|
= render Attachment::ShowComponent.new(attachment: @attachment)
|