Sha256: 7e66a32cb678ce541e6bb5c7ec13def384773761bf312f77858a1d33f9c7ad27
Contents?: true
Size: 397 Bytes
Versions: 13
Compression:
Stored size: 397 Bytes
Contents
<h1>Account confirmation: change email</h1> <p>Please update your email address.</p> <%= form_with url: update_email_confirmations_path, method: :put do |f| %> <p> <%= f.label :email %> <%= f.text_field :email, value: @email, inputmode: 'email', autocomplete: 'email' %> </p> <p> <%= f.submit 'Update my email address and send me a new confirmation email' %> </p> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems