Sha256: fae7572a75c059ad448defe6c4cba5fa678314a1c329de8782af491bd7f141d8

Contents?: true

Size: 546 Bytes

Versions: 2

Compression:

Stored size: 546 Bytes

Contents

<h1>Ecrire</h1>
<section>
  <h2>Create a user</h2>

  <%= form_for user, method: :post do |f| %>
    <% if user.errors.any? %>
      <%= content_tag :div, class: %w(error), as: 'Message' do %>
        <%= content_tag :p, user.errors.full_messages.first %>
      <% end %>
    <% end %>
    <%= f.text_field :email, placeholder: 'E-mail' %>
    <%= f.password_field :password, placeholder: 'Password' %>
    <%= f.password_field :password_confirmation, placeholder: 'Confirm your password' %>
    <%= button_tag 'Create' %>
  <% end %>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecrire-0.24.1 lib/ecrire/onboarding/views/users/index.html.erb
ecrire-0.24.0 lib/ecrire/onboarding/views/users/index.html.erb