Various small fixes for the participant UI
This commit is contained in:
parent
b6abe96279
commit
d13efa5f52
31 changed files with 287 additions and 279 deletions
|
|
@ -17,7 +17,7 @@ class Venue < ActiveRecord::Base
|
|||
after_update :send_mail_notification
|
||||
|
||||
def address
|
||||
"#{conference.venue.street}, #{conference.venue.postalcode} #{conference.venue.city}, #{conference.venue.country}"
|
||||
"#{street}, #{city}, #{country_name}"
|
||||
end
|
||||
|
||||
def country_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue