質問編集履歴

4

誤字

2020/05/22 11:24

投稿

totoro-
totoro-

スコア9

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- ナビゲーションバーをブートストラップを使って作りたいのですが、jqueryが上手く機能していないためにダウンドロップ等の機能が上手く作動しません。
21
+ ナビゲーションバーをブートストラップを使って作りたいのですが、jqueryが上手く機能していないためにドロップダウン等の機能が上手く作動しません。
22
22
 
23
23
  gemや設定ファイルに問題があるのでしょうか?
24
24
 

3

誤字

2020/05/22 11:23

投稿

totoro-
totoro-

スコア9

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,10 @@
18
18
 
19
19
 
20
20
 
21
+ ナビゲーションバーをブートストラップを使って作りたいのですが、jqueryが上手く機能していないためにダウンドロップ等の機能が上手く作動しません。
22
+
23
+ gemや設定ファイルに問題があるのでしょうか?
24
+
21
25
 
22
26
 
23
27
  gemfile

2

誤字

2020/05/22 11:22

投稿

totoro-
totoro-

スコア9

test CHANGED
File without changes
test CHANGED
@@ -168,30 +168,6 @@
168
168
 
169
169
  ```
170
170
 
171
- This is a manifest file that'll be compiled into application.js, which will include all the files
172
-
173
- // listed below.
174
-
175
- //
176
-
177
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's
178
-
179
- // vendor/assets/javascripts directory can be referenced here using a relative path.
180
-
181
- //
182
-
183
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
184
-
185
- // compiled file. JavaScript code in this file should be added after the last require_* statement.
186
-
187
- //
188
-
189
- // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
190
-
191
- // about supported directives.
192
-
193
- //
194
-
195
171
  //= require chartkick
196
172
 
197
173
  //= require Chart.bundle
@@ -244,26 +220,6 @@
244
220
 
245
221
 
246
222
 
247
- // 全体
248
-
249
- .graph-container {
250
-
251
- @extend .container-fluid;
252
-
253
- max-width: 768px;
254
-
255
- padding: 1rem;
256
-
257
- }
258
-
259
-
260
-
261
- * {
262
-
263
- font-size: 16px;
264
-
265
- }
266
-
267
223
  ```
268
224
 
269
225
 
@@ -322,23 +278,7 @@
322
278
 
323
279
  </html>
324
280
 
325
- <nav class="navbar navbar-expand navbar-light bg-light">
281
+
326
-
327
- <%= link_to "tests",tests_path,class:"mr-4 " %>
328
-
329
- <div class="collapse navbar-collapse">
330
-
331
- <%= link_to "テーブル2",new_test_path,class:"mr-4 " %>
332
-
333
- <%= link_to "テーブル3",new_test_path,class:"mr-4 " %>
334
-
335
- <%= link_to "テーブル4",new_test_path,class:"mr-4 " %>
336
-
337
- </div>
338
-
339
- </nav>
340
-
341
- <div class="graph-container">
342
282
 
343
283
  <%= yield %>
344
284
 

1

誤字

2020/05/22 11:20

投稿

totoro-
totoro-

スコア9

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- 環境で試しています。
17
+ で試しています。
18
18
 
19
19
 
20
20