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