Sha256: 3a578d3929fcd69733f45e7e42336a17723d93c9a9b3d2e5be60be7072b47a63

Contents?: true

Size: 1.39 KB

Versions: 8

Compression:

Stored size: 1.39 KB

Contents

%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/util.js"}
%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/basic.js"}
%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/abc_launcher.js"}


-box do
  %h3
    = :get_started.l + ' ' + :invite_some_friends.l
    = :invite_some_customers.l if @user.vendor?
  %p
    =:invite_message.l(:site=> configatron.community_name)
  %p=:people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends.l
    
  = form_for(:invitation, :url => user_invitations_path(:user_id => @user.id), :html => {:class => "MainForm"} ) do |f|  

    %label{"for"=>"email_addresses"} 
      .left{:style => 'margin-right: 1em'}
        %a{"href"=>"#", "onclick"=>"showPlaxoABChooser('invitation_email_addresses', '/base/plaxo'); return false;"}
          %img{"src"=>"http://www.plaxo.com/images/abc/buttons/add_button.gif", "alt"=>:add_from_my_address_book.l}/
    
      =:enter_e_mail_addresses.l
      %em= :comma_separated.l
      \:
    .clear 
    = f.text_area :email_addresses , :size => "83x5"

    %label{"for"=>"message"}=:write_a_message.l
    = f.text_area :message, :size => "83x5", :value => "#{configatron.community_name} "+:is_great_check_it_out_youll_love_it.l+" #{}"

    %p
      = submit_tag :send_invitations.l
      %br/
      = link_to :skip_this_and_go_to_your_profile.l, user_path(@user)

Version data entries

8 entries across 8 versions & 1 rubygems

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