Created
August 30, 2019 15:29
-
-
Save eri-b/b6588ff7fbd2c9b789e46dd29b388025 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
| <%= form_for @site, url: site_pass_path(@site.name), method: :patch do |f| %> | |
| <%= f.label :password %> | |
| <%= f.password_field :password %> | |
| <%= f.submit "Add password" %> | |
| <% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment