Sha256: f83ae5eb45c290c1785c8c40e8eefc596d45bbd38e184511d440661044676c66

Contents?: true

Size: 681 Bytes

Versions: 7

Compression:

Stored size: 681 Bytes

Contents

<h1><%%= t 'janus.registrations.new.sign_up' %></h1>

<%%= form_for @<%= singular_name %>, :url => <%= singular_name %>_registration_path do |f| %>
  <%%= janus_error_messages %>

  <%% <%= class_name %>.authentication_keys.each do |key| %>
    <div class="field">
      <%%= f.label key %>
      <%%= f.text_field key %>
    </div>
  <%% end %>

  <div class="field">
    <%%= f.label :password %>
    <%%= f.password_field :password %>
  </div>

  <div class="field">
    <%%= f.label :password_confirmation %>
    <%%= f.password_field :password_confirmation %>
  </div>

  <div class="actions">
    <%%= f.submit t('janus.registrations.new.sign_up_btn') %>
  </div>
<%% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
janus-0.10.1 lib/generators/templates/registrations/new.html.erb
janus-0.10.0 lib/generators/templates/registrations/new.html.erb
janus-0.9.1 lib/generators/templates/registrations/new.html.erb
janus-0.9.0 lib/generators/templates/registrations/new.html.erb
janus-0.8.1 lib/generators/templates/registrations/new.html.erb
janus-0.8.0 lib/generators/templates/registrations/new.html.erb
janus-0.7.0 lib/generators/templates/registrations/new.html.erb