質問編集履歴
1
k
test
CHANGED
File without changes
|
test
CHANGED
@@ -90,8 +90,12 @@
|
|
90
90
|
|
91
91
|
|
92
92
|
|
93
|
-
###
|
93
|
+
### 解決
|
94
94
|
|
95
95
|
|
96
96
|
|
97
|
-
|
97
|
+
```
|
98
|
+
|
99
|
+
<%= link_to "記事を削除する","/posts/#{@my_post.post_id}",method: :delete,data: { confirm: '削除しますか?' },class: "delete-btn"%>
|
100
|
+
|
101
|
+
```
|