mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
<%= for summary <- @summaries do %>
|
|
<%= live_render @socket, TeslaMateWeb.CarLive.Summary, id: "car_#{summary.car.id}",
|
|
session: %{ "summary" => summary, "settings" => @settings, "locale" => @locale } %>
|
|
<% end %>
|