Sha256: c326c8604fbe131329eb5a0c7a8efea59fba8cfcc7711c342c8ad6afb88d6e76

Contents?: true

Size: 736 Bytes

Versions: 52

Compression:

Stored size: 736 Bytes

Contents

/ - unless .errors.empty?
/   #warning
/     Errors prevented this user from being #{controller.action_name}d:
/     %ul
/       - .errors.full_messages.each do |error|
/         %li= error
.login_input
	%div 
	= text_field :user, 'Email', :class => "input-block-level", :placeholder => 'Email'

	%div
	= text_field :user, 'Password', :class => "input-block-level", :type => "password", :placeholder => 'Password'
	 
	%div
	= text_field :user, 'Password Confirmation', :class => "input-block-level", :type => "password", :placeholder => 'Password Confirmation'

	- if current_user && current_user["admin"] == true
		%div
		Admin? 
		= check_box :user, 'Admin?', :class => "input-block-level", :placeholder => 'Admin?'

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
user_mgmt-2.1.5 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-2.1.4 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-2.1.3 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-2.1.2 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-2.1.1 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-2.1.0 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-2.0.0 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.1.1 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.1.0 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.9 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.8 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.7 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.6 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.5 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.4 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.3 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.2 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0.1 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-1.0 app/views/user_mgmt/registrations/_user_form.html.haml
user_mgmt-0.9.3 app/views/user_mgmt/registrations/_user_form.html.haml