diff --git a/lib/teiserver_web/live/battles/match/ratings.html.heex b/lib/teiserver_web/live/battles/match/ratings.html.heex index 7fac0bb92..4c750f485 100644 --- a/lib/teiserver_web/live/battles/match/ratings.html.heex +++ b/lib/teiserver_web/live/battles/match/ratings.html.heex @@ -87,10 +87,10 @@ log.value["uncertainty_change"] < 0 -> {"text-secondary column-delta", "arrow-down"} true -> {"text-secondary column-delta", "pause"} end %> - + <%= if log.match do %> - <%= log.match.map %> + <%= live_redirect("#{log.match.map}", to: ~p"/battle/#{log.match_id}") %> <%= log.match.team_size * log.match.team_count %> <% else %> @@ -127,7 +127,11 @@ <%= if log.match do %> - <.link navigate={~p"/battle/#{log.match_id}"} class="stretched-link"> +
+ <.link navigate={~p"/battle/#{log.match_id}"}> + Show + +
<% else %>