Sha256: 42b228db3901a5307f8a0925113fdea9163dd1f5c56b667cc6c016969948d2f3

Contents?: true

Size: 827 Bytes

Versions: 28

Compression:

Stored size: 827 Bytes

Contents

<%= error_messages_for :user %>
<p>
  Fill out the form below with your details so we can get you started.
</p>
<% form_for :user, :url => users_path do |f| -%>
  <div class='field'>
    <%= f.label :login %>
    <%= f.text_field :login %>
  </div>
  <div class='field'>
    <%= f.label :email %>
    <%= f.text_field :email %>
  </div>
  <div class='field'>
    <%= f.label :password %>
    <%= f.password_field :password %>
  </div>
  <div class='field'>
    <%= f.label :password_confirmation %>
    <%= f.password_field :password_confirmation %>
  </div>
  <% if just_installed? %>
		<% Refinery::Plugins.registered.titles.each do |plugin| %>
    	<%= hidden_field_tag 'user[plugins][]', plugin, :id => "plugins_#{plugin.downcase.gsub(" ", "_")}"  %>
		<% end %>
  <% end %>
  <p><%= submit_tag 'Sign up' %></p>
<% end -%>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
refinerycms-0.9.5.13 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.12 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.11 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.10 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.9 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.8 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.7 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.6 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.5 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.4 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.3 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.2 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5.1 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.5 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.4.5 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.4.4 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.4.3 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.4.2 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.4.1 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.4 vendor/plugins/authentication/app/views/users/new.html.erb