Specify correct conference host
This commit is contained in:
parent
d7af47c0c6
commit
eb216c9dbe
|
@ -7,7 +7,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
Моля, потвърдете участието си възможно най-скоро като кликнете на следния линк:
|
Моля, потвърдете участието си възможно най-скоро като кликнете на следния линк:
|
||||||
<%= confirm_event_url @event, host: Event.last.conference.host_name, protocol: 'https' %>
|
<%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %>
|
||||||
|
|
||||||
Отговорете на този email, ако възникнат някакви въпроси.
|
Отговорете на този email, ако възникнат някакви въпроси.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ It has not been scheduled yet.
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
Please confirm your participation as soon as you can by following the following link:
|
Please confirm your participation as soon as you can by following the following link:
|
||||||
<%= confirm_event_url @event, host: Event.last.conference.host_name, protocol: 'https' %>
|
<%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %>
|
||||||
|
|
||||||
Please respond to this email in case you have any questions.
|
Please respond to this email in case you have any questions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue