Make sure to specify a locale in the URL for the english version

This commit is contained in:
Petko Bordjukov 2014-10-13 12:53:48 +03:00
parent 6014356cd1
commit 7fb71d8cf9
1 changed files with 2 additions and 2 deletions

View File

@ -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.