Sha256: 629c5a250a0077b00daba7eadd8c023928e50e0e82e64301c1a5859821ef375e

Contents?: true

Size: 370 Bytes

Versions: 8

Compression:

Stored size: 370 Bytes

Contents

.yui-b.sidebar
  =render :partial => 'shared/login_sidebar'

#yui-main
  .yui-b.main_column
    -box do
      %h3=:forgot_your_password.l

      = form_tag password_resets_path, :class => 'MainForm' do
        %label{"for"=>"email"}=:enter_your_email_address.l+":"
        = text_field_tag 'email', nil, :size => 35
        %p
          = submit_tag :reset_my_password.l

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/password_resets/new.html.haml
community_engine-2.3.1 app/views/password_resets/new.html.haml
community_engine-2.3.0 app/views/password_resets/new.html.haml
community_engine-2.1.0 app/views/password_resets/new.html.haml
community_engine-2.0.0 app/views/password_resets/new.html.haml
community_engine-2.0.0.beta3 app/views/password_resets/new.html.haml
community_engine-2.0.0.beta2 app/views/password_resets/new.html.haml
community_engine-2.0.0.beta1 app/views/password_resets/new.html.haml