From 14dacf02c11a1a73ffb230b24959ceba146ef029 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sat, 14 Oct 2023 23:11:03 +0300 Subject: [PATCH] Remove time limit in mailer --- app/views/event_mailer/confirmation_request.bg.text.erb | 2 +- app/views/event_mailer/confirmation_request.en.text.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/event_mailer/confirmation_request.bg.text.erb b/app/views/event_mailer/confirmation_request.bg.text.erb index 29611d0..b80c5ce 100644 --- a/app/views/event_mailer/confirmation_request.bg.text.erb +++ b/app/views/event_mailer/confirmation_request.bg.text.erb @@ -6,7 +6,7 @@ Определянето на датата и часа на провеждане все още предстои. <% end %> -Моля, потвърдете Вашето участие възможно най-скоро /до петък, 13ти октомври/ като кликнете на следния линк: +Моля, потвърдете Вашето участие възможно най-скоро като кликнете на следния линк: <%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %> С приложения QR код към този имейл ще можете да достъпите формуляра за обратна връзка на предложеното от Вас събитие. Моля, включете го в презентацията си. diff --git a/app/views/event_mailer/confirmation_request.en.text.erb b/app/views/event_mailer/confirmation_request.en.text.erb index 52c4886..313b696 100644 --- a/app/views/event_mailer/confirmation_request.en.text.erb +++ b/app/views/event_mailer/confirmation_request.en.text.erb @@ -6,7 +6,7 @@ It has been scheduled for <%= I18n.l @event.slot.starts_at, format: :long %>. It has not been scheduled yet. <% end %> -To confirm your participation please follow the link below as soon as you can /before Friday, October 13th/: +To confirm your participation please follow the link below as soon as you can: <%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %> We kindly request that you ensure the inclusion of the QR code attached to this email in your presentation. It links directly to the feedback form for your presentation, making it easier for attendees to provide valuable insights.