質問編集履歴
1
add =
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
<% lists.forEach(( list ) => { %>
|
40
40
|
|
41
|
-
<li><% list.id %> </li>
|
41
|
+
<li><%= list.id %> </li>
|
42
42
|
|
43
|
-
<li><% list.name %> </li>
|
43
|
+
<li><%= list.name %> </li>
|
44
44
|
|
45
45
|
<% }) %>
|
46
46
|
|