Created
November 10, 2022 13:24
-
-
Save Maikon/37aeb7aabf3ef6eb5602bb7a551f02c9 to your computer and use it in GitHub Desktop.
Phoenix whitelabel app (html changes)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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