Godwin
9 years ago
30 changed files with 340 additions and 178 deletions
@ -1,3 +0,0 @@ |
|||
UserMailer#activation_needed_email |
|||
|
|||
= @greeting + ", find me in app/views/user_mailer/activation_needed_email.text.haml" |
@ -1,3 +0,0 @@ |
|||
UserMailer#activation_success_email |
|||
|
|||
= @greeting + ", find me in app/views/user_mailer/activation_success_email.text.haml" |
@ -1 +0,0 @@ |
|||
=@content |
@ -1,9 +0,0 @@ |
|||
=_'register.email.registration_confirmed.thank_you',"Hi #{@data[:user][:username]}, thank you for completing your registration. We'll see you at Bike!Bike!" |
|||
|
|||
=_'register.email.registration_confirmed.please_pay',"If you have not already done so, we ask that you pay the registration donation as soon as you can. At your convenience please visit the link below." |
|||
|
|||
= @confirmation_url |
|||
|
|||
=_'register.email.registration_confirmed.info',"We'll have housing, loaner bikes, and food arranged for your arrival. If you have any other questions or concerns, please email bikebike2014columbus@gmail.com." |
|||
|
|||
=_'register.email.registration_confirmed.contact',"For urgent/emergency matters, you can reach our Outreach Coordinator, Reda, at 503-984-9191 or Jason at 614-364-3636." |
@ -1 +0,0 @@ |
|||
=_('register.email.registration.please_confirm',"Hi #{@data[:user][:username]}, please confirm your registration for #{@conference.title}", vars: {:username => @data[:user][:username]}) + ": #{@confirmation_url}" |
@ -1,3 +0,0 @@ |
|||
=_'email.confirmation.paragraph.please_confirm','Hello! To gain access to registration and other features of Bike!Bike!, please confirm your email address by clicking on following link:' |
|||
='' |
|||
="#{@host}/confirm/#{@confirmation.token}" |
@ -1,8 +0,0 @@ |
|||
=_'email.general.paragraph.thank_you', "Thank you #{@user.firstname},", :vars => {:name => @user.firstname} |
|||
|
|||
- if @conference.registration_status.to_sym == :pre |
|||
=_'email.general.paragraph.pre_registered', "You have successfully pre-registered for #{@conference.title}. We will let you know when registration is fully open and if there is any important news about the conference that you should know about. We encourage you to create or volunteer to facilitate workshops soon. You can do that, or change your registration details at any time by clicking on the pre-register link again.", :vars => {:conference_title => @conference.title} |
|||
- else |
|||
=_'email.registration.paragraph.confirmed', :vars => {:conference_title => @conference.title} |
|||
|
|||
=_'email.general.paragraph.see_you', :vars => {:conference_location => @conference.location.city} |
@ -1,11 +0,0 @@ |
|||
=_'email.workshop.paragraph.request_message',"Below is a message from #{@requester.firstname}:", :vars => {:workshop_title => @workshop.title, :user_name => @requester.firstname} |
|||
|
|||
=' ------------------------- ' |
|||
=@message |
|||
=' ------------------------- ' |
|||
|
|||
=_'email.workshop.paragraph.request_instructions',"You can approve or deny this request on your workshop page: " |
|||
|
|||
=@host + view_workshop_path(@conference.slug, @workshop.id) |
|||
|
|||
=_'email.workshop.paragraph.request_reply_instructions',"You can also reply directly to this email to ask follow-up questions." |
@ -1,3 +0,0 @@ |
|||
=_'email.workshop.paragraph.request_approved',"Your request to become a facilitator of #{@workshop.title} has been approved and you may now edit the workshop.", :vars => {:workshop_title => @workshop.title} |
|||
|
|||
=@host + view_workshop_path(@conference.slug, @workshop.id) |
@ -1,3 +0,0 @@ |
|||
=_'email.workshop.paragraph.request_denied',"Your request to become a facilitator of #{@workshop.title} has been denied. If you think this was in error, you may contact the current facilitators by making another request to facilitate.", :vars => {:workshop_title => @workshop.title} |
|||
|
|||
=@host + view_workshop_path(@conference.slug, @workshop.id) |
@ -1,25 +0,0 @@ |
|||
=_('email.translations.paragraph.workshop_translated', "#{@translator.name} has modified the #{@locale_name} translation for #{@workshop.title}.", vars: {user_name: @translator.firstname, language: @locale_name, workshop_title: @workshop.title}) |
|||
|
|||
|
|||
- @data.each do |field, values| |
|||
=(_!'** ') + (_"forms.labels.generic.#{field.to_s}") |
|||
=(_!' - ') + (_'email.translations.headings.new_value') |
|||
=(_!' ------------------------------ ') |
|||
=_!values[:new] |
|||
=(_!' ------------------------------ ') |
|||
|
|||
|
|||
=(_!' - ') + (_'email.translations.headings.old_value') |
|||
=(_!' ------------------------------ ') |
|||
=_!values[:old] |
|||
=(_!' ------------------------------ ') |
|||
|
|||
|
|||
=(_!' - ') + (_'email.translations.headings.diff') |
|||
=(_!' ------------------------------ ') |
|||
=(_!values[:diff][:text]) |
|||
=(_!' ------------------------------ ') |
|||
|
|||
|
|||
=_'email.workshop.paragraph.view_workshop',"You can view the workshop here: " |
|||
= @host + view_workshop_path(@workshop.conference.slug, @workshop.id) |
@ -1,25 +0,0 @@ |
|||
=_('email.translations.paragraph.workshop_translated', "#{@translator.firstname} has modified the #{@locale_name} translation for #{@workshop.title}.", vars: {user_name: @translator.firstname, language: @locale_name, workshop_title: @workshop.title}) |
|||
|
|||
|
|||
- @data.each do |field, values| |
|||
=(_!'** ') + (_"forms.labels.generic.#{field.to_s}") |
|||
=(_!' - ') + (_'email.translations.headings.new_value') |
|||
=(_!' ------------------------------ ') |
|||
=_!values[:new] |
|||
=(_!' ------------------------------ ') |
|||
|
|||
|
|||
=(_!' - ') + (_'email.translations.headings.old_value') |
|||
=(_!' ------------------------------ ') |
|||
=_!values[:old] |
|||
=(_!' ------------------------------ ') |
|||
|
|||
|
|||
=(_!' - ') + (_'email.translations.headings.diff') |
|||
=(_!' ------------------------------ ') |
|||
=(_!values[:diff][:text]) |
|||
=(_!' ------------------------------ ') |
|||
|
|||
|
|||
=_'email.workshop.paragraph.view_workshop',"You can view the workshop here: " |
|||
= view_workshop_path(@workshop.conference.slug, @workshop.id) |
Loading…
Reference in new issue