Sha256: 140f576469cab0874754ba343ce18691bc9da8cd9174388b9a8f272f1d00bd36

Contents?: true

Size: 982 Bytes

Versions: 6

Compression:

Stored size: 982 Bytes

Contents

<% content_for :header, t('there_are_no_users', :scope => 'refinery.welcome') %>

<%= form_for :user, :url => refinery.signup_path do |f| -%>

  <%= render '/refinery/admin/error_messages', :object => @user, :include_object_name => true %>

  <div class='field'>
    <%= f.label :username %>
    <%= f.text_field :username, :class => 'larger widest' %>
  </div>
  <div class='field'>
    <%= f.label :email %>
    <%= f.text_field :email, :class => 'larger widest' %>
  </div>
  <div class='field'>
    <%= f.label :password %>
    <%= f.password_field :password, :class => 'larger widest' %>
  </div>
  <div class='field'>
    <%= f.label :password_confirmation %>
    <%= f.password_field :password_confirmation, :class => 'larger widest' %>
  </div>

  <%= render '/refinery/admin/form_actions', :f => f,
             :submit_continue => false,
             :submit_button_text => t('.sign_up'),
             :hide_delete => true,
             :hide_cancel => true %>
<% end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-2.0.0 app/views/refinery/authentication/devise/users/new.html.erb
refinerycms-authentication-devise-1.0.4 app/views/refinery/authentication/devise/users/new.html.erb
refinerycms-authentication-devise-1.0.3 app/views/refinery/authentication/devise/users/new.html.erb
refinerycms-authentication-devise-1.0.2 app/views/refinery/authentication/devise/users/new.html.erb
refinerycms-authentication-devise-1.0.1 app/views/refinery/authentication/devise/users/new.html.erb
refinerycms-authentication-devise-1.0.0 app/views/refinery/authentication/devise/users/new.html.erb