mirror of
https://github.com/plausible/analytics.git
synced 2024-12-29 04:22:34 +03:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
|
<%= live_render(@conn, PlausibleWeb.Live.Shields.Tabs,
|
||
|
session: %{
|
||
|
"site_id" => @site.id,
|
||
|
"domain" => @site.domain,
|
||
|
"remote_ip" => PlausibleWeb.RemoteIP.get(@conn)
|
||
|
}
|
||
|
) %>
|