質問編集履歴

2

誤記修正

2019/08/15 06:04

投稿

tttu
tttu

スコア26

test CHANGED
File without changes
test CHANGED
@@ -82,6 +82,8 @@
82
82
 
83
83
  </div>
84
84
 
85
+
86
+
85
87
  <div class="form-group">
86
88
 
87
89
  <%= f.label :降車駅 %>
@@ -89,6 +91,8 @@
89
91
  <%= f.text_field :station2, class: 'form-control' %>
90
92
 
91
93
  </div>
94
+
95
+
92
96
 
93
97
  <div class="form-group route1">
94
98
 

1

情報追加

2019/08/15 06:04

投稿

tttu
tttu

スコア26

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,10 @@
1
1
  RailsアプリにCDNでBootstrap4を導入しているのですが、HTML内に記述したJQueryがうまく動作しません。cdnの記載位置など変えてみましたがやはり動作しなかったので、おかしい点を指摘いただければ幸いです。
2
+
3
+
4
+
5
+ ruby '2.6.3'
6
+
7
+ rails '5.2.3'
2
8
 
3
9
 
4
10