We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d6b3e commit 7a9f3c3Copy full SHA for 7a9f3c3
example/lib/nested_web/live/owner_live/show.html.leex
@@ -23,7 +23,7 @@
23
<ul>
24
<%= for pet <- @owner.pets do %>
25
<li>
26
- <strong>Name:</strong> <%= @owner.name %>,
+ <strong>Name:</strong> <%= pet.name %>,
27
<strong>Toys:</strong> <%= pet.toys |> Enum.map(& &1.name) |> Enum.join(", ") %>
28
</li>
29
<% end %>
0 commit comments