Sha256: bdb2144bd174c025eb38b2aa794fc1b43077c005bc1ce1e2cc308a2f908397e5

Contents?: true

Size: 493 Bytes

Versions: 2

Compression:

Stored size: 493 Bytes

Contents

<div class="aikotoba-recoveries-new">
  <%= render "aikotoba/common/message" %>
  <h1><%= I18n.t(".aikotoba.recoveries.new") %></h1>
  <%= form_with model: @account, method: :post, url: aikotoba.create_recovery_token_path do |f| %>
    <p>
      <%= f.label :email %>
      <%= f.email_field :email, required: true %>
    </p>
    <%= f.submit I18n.t(".aikotoba.recoveries.new") %>
  <% 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/new.html.erb
aikotoba-0.1.0 app/views/aikotoba/recoveries/new.html.erb