Skip to content

Instantly share code, notes, and snippets.

@eri-b
Last active August 31, 2019 14:15
Show Gist options
  • Save eri-b/1e50b0493b29281e35fd66dc11aed833 to your computer and use it in GitHub Desktop.
Save eri-b/1e50b0493b29281e35fd66dc11aed833 to your computer and use it in GitHub Desktop.
<%= form_for(:session, url: unlock_path) do |f| %>
<%= f.label :password %>
<%= f.password_field :password %>
<%= f.hidden_field :site, value: @site.name %>
<%= f.submit "Unlock" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment