Make sure to specify a locale in the URL for the english version
This commit is contained in:
parent
6014356cd1
commit
7fb71d8cf9
|
@ -7,9 +7,9 @@ http://wwwt.openfest.org/en/schedule/
|
||||||
|
|
||||||
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:
|
||||||
<% if @event.is_a? Lecture %>
|
<% if @event.is_a? Lecture %>
|
||||||
<%= confirm_lecture_url(@event) %>
|
<%= confirm_lecture_url(@event, locale: 'en') %>
|
||||||
<% elsif @event.is_a? Workshop %>
|
<% elsif @event.is_a? Workshop %>
|
||||||
<%= confirm_workshop_url(@event) %>
|
<%= confirm_workshop_url(@event, locale: 'en') %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
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