質問編集履歴

1

toppage の一部(link_to)の部分を掲載しました。

2020/08/07 03:43

投稿

takeshiitou
takeshiitou

スコア0

test CHANGED
File without changes
test CHANGED
@@ -22,9 +22,57 @@
22
22
 
23
23
  toppage 実装後 そのペーからlink toで飛ぶ showページがあります。
24
24
 
25
+ rails
26
+
27
+ toppageの一部です
28
+
29
+ %section.pickup__container
30
+
31
+ %h2.head ピックアップカテゴリー
32
+
33
+ .product_box
34
+
35
+ .product__head
36
+
37
+ = link_to "#" do
38
+
39
+ %h3.title 新規投稿商品
40
+
41
+ .product__lists
42
+
43
+ .product__lists__list
44
+
45
+ = link_to "/products/8" do
46
+
47
+ %figure.product__lists__list--img
48
+
49
+ = image_tag "https://s3-ap-northeast-1.amazonaws.com/mercarimaster/uploads/captured_image/content/16/IMG_9072.JPG",width:'220',height:'150'
50
+
51
+ .product__lists__list--body
52
+
53
+ %h3.name ee
54
+
55
+ .details
56
+
57
+ %ul
58
+
59
+ %li 1000円
60
+
61
+ %li
62
+
63
+ %i.fa.fa-star
64
+
65
+ 0
66
+
67
+ %p (税込)
68
+
69
+ ```
70
+
71
+
72
+
25
73
  そのページのviewの実装をしたいのですが ブラウザで表示されるようにルーティングを設定できずエラーが出ます。
26
74
 
27
- '''ruby
75
+ ruby
28
76
 
29
77
   Routing Error
30
78