Sha256: 9a6c10d6e68ec80bb1d3822222686e166eb03b8e0affe3e2398b0f51c99ce719

Contents?: true

Size: 371 Bytes

Versions: 8

Compression:

Stored size: 371 Bytes

Contents

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

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

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