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??" }