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 %>