Browse Source

Fix #6269 - Render LOCAL_DOMAIN as unicode in presentational views (#6305)

pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
45afdf1781
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/helpers/instance_helper.rb

+ 1
- 1
app/helpers/instance_helper.rb View File

@ -6,6 +6,6 @@ module InstanceHelper
end
def site_hostname
Rails.configuration.x.local_domain
@site_hostname ||= Addressable::URI.parse("//#{Rails.configuration.x.local_domain}").display_uri.host
end
end

Loading…
Cancel
Save