Sha256: 8180b698e83c2a1924d6ce8f7ac42a1d74653f3314aae9f9ed0bb44db1d732f0

Contents?: true

Size: 832 Bytes

Versions: 53

Compression:

Stored size: 832 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

53 entries across 53 versions & 2 rubygems

Version Path
jacobat-refinerycms-0.9.6.14 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.34 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.33 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.32 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.31 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.30 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.29 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.28 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.27 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.26 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.25 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.24 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.23 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.22 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.21 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.19 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.18 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.17 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.16 vendor/plugins/authentication/app/views/users/new.html.erb
refinerycms-0.9.6.15 vendor/plugins/authentication/app/views/users/new.html.erb