Sha256: 40e89d605ce64881bdef9173d40c1ff9dca708886053d3d3402f92ae3458041a
Contents?: true
Size: 426 Bytes
Versions: 2
Compression:
Stored size: 426 Bytes
Contents
<%= form_with model: @user, scope: :user, url: join_path, on: { wrapper_input: false } do |f| %> <%= render 'shared/error_messages', target: @user %> <%= f.email_field :email, placeholder: 'Email', label: false %> <%= f.password_field :password, placeholder: 'Password', label: false %> <%= f.password_field :password_confirmation, placeholder: 'Password confirm', label: false %> <%= f.submit 'submit' %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_auth-1.0.5 | app/views/rails_auth_web/join/_form.html.erb |
rails_auth-1.0.4 | app/views/rails_auth_web/join/_form.html.erb |