Created
August 24, 2019 01:47
-
-
Save rwehresmann/8d16a54c0deefb4a6732235341deb263 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| <div style="margin: 0 10px;"> | |
| <%= link_to( | |
| 'Log in as user', | |
| authenticate_as_user_admin_user_path(page.resource), | |
| method: :post, | |
| class: "button", | |
| )%> | |
| </div> | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment