Sha256: d97bc21ee13e6821885de8b989f0e55748cfdbc418f85b509427382a253ff873

Contents?: true

Size: 511 Bytes

Versions: 14

Compression:

Stored size: 511 Bytes

Contents

<div class="nyauth-error-messages">
  <%= @service.errors.full_messages.join(',') %>
</div>

<%= form_for @service, url: registration_path_for(nyauth_client_name) do |f| %>
  <div>
    <%= f.email_field :email, placeholder: 'email' %>
  </div>
  <div>
    <%= f.password_field :password, placeholder: 'password' %>
  </div>
  <div>
    <%= f.password_field :password_confirmation, placeholder: 'password confirmation' %>
  </div>
  <div>
    <%= f.submit t('nav.nyauth.registrations.new') %>
  </div>
<% end %>

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
nyauth-0.7.2 spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb
nyauth-0.7.2 app/views/nyauth/registrations/new.html.erb
nyauth-0.7.1 spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb
nyauth-0.7.1 app/views/nyauth/registrations/new.html.erb
nyauth-0.7.0 app/views/nyauth/registrations/new.html.erb
nyauth-0.7.0 spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb
nyauth-0.6.2 spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb
nyauth-0.6.2 app/views/nyauth/registrations/new.html.erb
nyauth-0.6.1 spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb
nyauth-0.6.1 app/views/nyauth/registrations/new.html.erb
nyauth-0.6.0 spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb
nyauth-0.6.0 app/views/nyauth/registrations/new.html.erb
nyauth-0.5.0 app/views/nyauth/registrations/new.html.erb
nyauth-0.5.0 spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb