Sha256: ebb2807a031378e9cfc88ca23efccd78faa792a2aa50c1b0d210b32e4d24cb10
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 Bytes
Contents
<h1><%= t(".title") %></h1> <p><%= t(".instructions") %></p> <%= @user.errors.full_messages if @user.errors.any? %> <%= form_with model: @user, url: password_path(token: @token) do |form| %> <div> <%= form.label :password %> <%= ma_new_password_field(form) %> </div> <div> <%= form.label :password_confirmation %> <%= ma_confirm_password_field(form) %> </div> <%= form.submit t(".submit") %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems