質問編集履歴

1

修正

2017/04/23 04:18

投稿

innjera
innjera

スコア132

test CHANGED
File without changes
test CHANGED
@@ -76,8 +76,8 @@
76
76
 
77
77
 
78
78
 
79
- <%= check_box_tag 'lesson[situation][]', 'party', checked(`party`), id: 'situation_interview'%>
79
+ <%= check_box_tag 'lesson[situation][]', 'party', checked(`party`), id: 'situation_party'%>
80
80
 
81
- <%= label_tag 'situation_interview', 'party' %>
81
+ <%= label_tag 'situation_party', 'party' %>
82
82
 
83
83
  ```