Sha256: c57475605d339b8e740a5cfd44aee35dd40b143d180954393fd72769f251ba40

Contents?: true

Size: 1.35 KB

Versions: 32

Compression:

Stored size: 1.35 KB

Contents

<% content_for :header, t('fill_form', :scope => 'users.new') %>
<%= form_for :user, :url => user_registration_path do |f| -%>

  <%= render :partial => "/shared/admin/error_messages",
             :locals => {
               :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>

  <% if just_installed? %>
    <% Refinery::Plugins.registered.in_menu.names.sort.each do |plugin| -%>
      <%= hidden_field_tag 'user[plugins][]', plugin, :id => "plugins_#{plugin.downcase.gsub(" ", "_")}" %>
    <% end -%>
  <% end -%>

  <%= render :partial => "/shared/admin/form_actions",
             :locals => {
               :f => f,
               :submit_continue => false,
               :submit_button_text => t('sign_up', :scope => 'users.new'),
               :hide_delete => true,
               :hide_cancel => true
             }%>
<% end -%>

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
refinerycms-authentication-1.0.11 app/views/users/new.html.erb
refinerycms-authentication-1.0.10 app/views/users/new.html.erb
refinerycms-authentication-1.0.9 app/views/users/new.html.erb
refinerycms-authentication-1.0.8 app/views/users/new.html.erb
refinerycms-authentication-1.0.7 app/views/users/new.html.erb
refinerycms-authentication-1.0.5 app/views/users/new.html.erb
refinerycms-authentication-1.0.4 app/views/users/new.html.erb
refinerycms-authentication-1.0.3 app/views/users/new.html.erb
refinerycms-authentication-1.0.1 app/views/users/new.html.erb
refinerycms-authentication-1.0.0 app/views/users/new.html.erb
refinerycms-authentication-0.9.9.22 app/views/users/new.html.erb
refinerycms-authentication-0.9.9.21 app/views/users/new.html.erb
refinerycms-authentication-0.9.9.20 app/views/registrations/new.html.erb
refinerycms-authentication-0.9.9.19 app/views/registrations/new.html.erb
refinerycms-authentication-0.9.9.18 app/views/registrations/new.html.erb
refinerycms-authentication-0.9.9.17 app/views/registrations/new.html.erb
refinerycms-authentication-0.9.9.16 app/views/registrations/new.html.erb
refinerycms-authentication-0.9.9.15 app/views/registrations/new.html.erb
refinerycms-authentication-0.9.9.14 app/views/registrations/new.html.erb
refinerycms-authentication-0.9.9.13 app/views/registrations/new.html.erb