From ef06170c0d6cc6ec979a0fc6a6cdcb405c50c30e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 4 Jan 2026 11:53:32 -0600 Subject: [PATCH] Make site cards fully clickable and remove View button --- lib/towerops_web/live/site_live/index.html.heex | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/towerops_web/live/site_live/index.html.heex b/lib/towerops_web/live/site_live/index.html.heex index f4b58993..313df3e5 100644 --- a/lib/towerops_web/live/site_live/index.html.heex +++ b/lib/towerops_web/live/site_live/index.html.heex @@ -31,9 +31,10 @@ <% else %>
-

{site.name}

<%= if site.location do %> @@ -46,12 +47,7 @@ Parent: {site.parent_site.name}

<% end %> -
- <.button navigate={~p"/orgs/#{@current_organization.slug}/sites/#{site.id}"}> - View - -
-
+
<% end %>