Skip to content

Instantly share code, notes, and snippets.

@Maikon
Created November 10, 2022 13:24
Show Gist options
  • Select an option

  • Save Maikon/37aeb7aabf3ef6eb5602bb7a551f02c9 to your computer and use it in GitHub Desktop.

Select an option

Save Maikon/37aeb7aabf3ef6eb5602bb7a551f02c9 to your computer and use it in GitHub Desktop.
Phoenix whitelabel app (html changes)
<!-- change this -->
<h1><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
<!-- to this -->
<h1><%= gettext "Welcome to %{name}!", name: Map.get(@conn.private, :subdomain, "fresco") %></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment