回答編集履歴

1

コードの修正

2016/08/19 12:31

投稿

nnssn
nnssn

スコア1221

test CHANGED
@@ -32,11 +32,11 @@
32
32
 
33
33
  {% for item in items %}
34
34
 
35
- {{item.name}} -
35
+ {{item.name}} -
36
36
 
37
- {{attribute(items, loop.index) is defined ? attribute(items, loop.index).name : '次はありません'}}
37
+ {{attribute(items, loop.index) is defined ? attribute(items, loop.index).name : '次はありません'}}
38
38
 
39
- <hr>
39
+ <hr>
40
40
 
41
41
  {% endfor %}
42
42