Specify correct conference host

This commit is contained in:
Petko Bordjukov 2015-10-19 20:19:28 +03:00
parent d7af47c0c6
commit eb216c9dbe
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<% 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, ако възникнат някакви въпроси.

View File

@ -7,7 +7,7 @@ It has not been scheduled yet.
<% end %>
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.