Sha256: a1daf935f22d560152f43c1463b72f26252866a66bf8409da22528a5c33f556c

Contents?: true

Size: 648 Bytes

Versions: 2

Compression:

Stored size: 648 Bytes

Contents

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