Sha256: 8d2a5895fc403ec181b430a222196e12d88cc6239167e7dddd578362fc44c3f2

Contents?: true

Size: 495 Bytes

Versions: 2

Compression:

Stored size: 495 Bytes

Contents

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