From 558980a1917e5b92798f758e7414eca4ac12e449 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 2 May 2026 17:02:56 -0500 Subject: [PATCH] polish(rover): drop redundant View action; location cell already links --- lib/microwaveprop_web/live/rover_locations_live.ex | 10 +--------- .../live/rover_locations_live_test.exs | 11 ++--------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/lib/microwaveprop_web/live/rover_locations_live.ex b/lib/microwaveprop_web/live/rover_locations_live.ex index a7b3dbfa..c01a8c9a 100644 --- a/lib/microwaveprop_web/live/rover_locations_live.ex +++ b/lib/microwaveprop_web/live/rover_locations_live.ex @@ -277,15 +277,8 @@ defmodule MicrowavepropWeb.RoverLocationsLive do assigns = %{record: record, owner?: owner?(scope, record)} ~H""" -
- <.link - navigate={~p"/rover-locations/#{@record.id}"} - class="btn btn-xs btn-ghost" - > - View - +