Sha256: 2e48243d2982860a1658b964366898d82f248aa125a2b533fae879e50638fd64
Contents?: true
Size: 933 Bytes
Versions: 22
Compression:
Stored size: 933 Bytes
Contents
%p#display_password{:style=> (@user.new_record? or !@user.valid?) ? "display: none" : nil} %label= t('password') %span.value ••••• %a.action{:href=>"#", :onclick=>" $('display_password').hide(); $('change_password').show()"}= t('change') .set#change_password{:style=> (!@user.new_record? && @user.valid?) ? "display: none" : nil} %p = f.label :password, t('new_password') = f.password_field "password", :class => "textbox big", :value => "", :size => 15, :maxlength => 40, :autocomplete => 'off' %p = f.label :password_confirmation, t('password_confirmation') = f.password_field "password_confirmation", :class => "textbox big", :value => "", :size => 15, :maxlength => 40, :autocomplete => 'off' - unless @user.new_record? %span = t('or') %a{:href=>"#", :onclick=>" $('display_password').show(); $('change_password').hide()"}= t('cancel')
Version data entries
22 entries across 22 versions & 5 rubygems