sto 50280ce389
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Initial app
2025-03-14 15:36:05 +01:00

7 lines
196 B
Plaintext

h1 = @puzzle.name
= link_to "Back", puzzles_path
= image_tag @puzzle.image if @puzzle.image.attached?
= button_to "Delete", @puzzle, method: :delete, data: { turbo_confirm: "Are you suuure??" }