diaspora/app/views/devise/mailer/invitation_instructions.html.haml
2011-05-13 16:32:07 -07:00

22 lines
706 B
Text

!!!
%html
%head
%meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/
= render :partial => 'notifier/notifier_css'
%body
%header
= image_tag AppConfig[:pod_url] + 'images/logo_caps.png'
#container
- @invs = @resource.invitations_to_me
%p
= t('devise.mailer.welcome', :email => @resource.email)
-if @invs.count > 0
= render :partial => 'inviters'
-else
= render :partial => 'batch_invites'
%p= link_to t('.accept'), accept_invitation_url(@resource, :invitation_token => @resource.invitation_token), :class => "large_text"
%p.small
= t('.ignore')
%br/
= t('.no_account_till')