Sha256: 7dcb320dcff4b1846b38c302d5c835f22688a389c61ed9d44c9aa49f42868dbc

Contents?: true

Size: 387 Bytes

Versions: 8

Compression:

Stored size: 387 Bytes

Contents

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

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

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