Sha256: 877984f477087602a9bc3b91f92c2a79655d7b90e0cdbf17abb1de8b45e9d662
Contents?: true
Size: 610 Bytes
Versions: 2
Compression:
Stored size: 610 Bytes
Contents
<div class="aikotoba-recoveries-edit"> <%= render "aikotoba/common/message" %> <h1><%= I18n.t(".aikotoba.recoveries.edit") %></h1> <%= form_with model: @account, method: :patch, url: aikotoba.update_account_password_path(token: @account.recovery_token.token) do |f| %> <%= render "aikotoba/common/errors", resource: @account %> <p> <%= f.label :password %> <%= f.password_field :password, required: true %> </p> <%= f.submit I18n.t(".aikotoba.recoveries.edit") %> <% end %> <p> <%= link_to I18n.t(".aikotoba.sessions.new"), aikotoba.new_session_path %> </p> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aikotoba-0.1.1 | app/views/aikotoba/recoveries/edit.html.erb |
aikotoba-0.1.0 | app/views/aikotoba/recoveries/edit.html.erb |