We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated How To: Add sign_in, sign_out, and sign_up links to your layout template (markdown)
`link_to` still makes a GET request which throws an error, while `button_to` makes the DELETE request and is the recommended solution for Rails applications with Hotwire.
friendlier titles :)
add one more option - with more links
Remove extra space in closing bracket
change ruby hash syntax to new one
Updated How To: Add sign_in, sign_out, and sign_up links to your layout template (textile => markdown)