mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 01:22:15 +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.
|
if you prefer WordPress installation method.
|
||||||
</:footer>
|
</: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">
|
<.styled_link href={} phx-click="switch-installation-type" phx-value-method="GTM">
|
||||||
Click here
|
Click here
|
||||||
</.styled_link>
|
</.styled_link>
|
||||||
|
Loading…
Reference in New Issue
Block a user