mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 17:11:36 +03:00
Add GTM installation option, when no GTM detected (#4850)
This commit is contained in:
parent
969f094e61
commit
333238f085
@ -217,7 +217,10 @@ defmodule PlausibleWeb.Live.Installation do
|
||||
if you prefer WordPress installation method.
|
||||
</:footer>
|
||||
|
||||
<:footer :if={@initial_installation_type == "GTM" and @installation_type == "manual"}>
|
||||
<:footer :if={
|
||||
(@initial_installation_type == "GTM" and @installation_type == "manual") or
|
||||
(@initial_installation_type == "manual" and @installation_type == "manual")
|
||||
}>
|
||||
<.styled_link href={} phx-click="switch-installation-type" phx-value-method="GTM">
|
||||
Click here
|
||||
</.styled_link>
|
||||
|
Loading…
Reference in New Issue
Block a user