質問編集履歴

2

codeの修正

2020/10/26 07:46

投稿

yozakura10
yozakura10

スコア8

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  <%# 部分テンプレートでそのユーザーが投稿したプロトタイプ投稿一覧を表示する %>
82
82
 
83
- %= render partial: "prototypes/prototype", collection: @prototype %>
83
+ <%= render partial: "prototypes/prototype", collection: @prototype %>
84
84
 
85
85
  </div>
86
86
 

1

codeの修正

2020/10/26 07:46

投稿

yozakura10
yozakura10

スコア8

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,9 @@
80
80
 
81
81
  <%# 部分テンプレートでそのユーザーが投稿したプロトタイプ投稿一覧を表示する %>
82
82
 
83
- **%= render partial: "prototypes/prototype", collection: @prototype %>** </div>
83
+ %= render partial: "prototypes/prototype", collection: @prototype %>
84
+
85
+ </div>
84
86
 
85
87
  </div>
86
88