質問編集履歴

2

インラインコードで表記

2020/09/06 02:36

投稿

guguasmon
guguasmon

スコア1

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  インポート設定
50
50
 
51
- app/javascript/packs/application.js 
51
+ `app/javascript/packs/application.js` 
52
52
 
53
53
  ```js
54
54
 
@@ -98,7 +98,7 @@
98
98
 
99
99
  インポート設定2
100
100
 
101
- app/javascript/src/apllication.scss
101
+ `app/javascript/src/apllication.scss`
102
102
 
103
103
  ```
104
104
 
@@ -112,7 +112,7 @@
112
112
 
113
113
  アプリケーションがWebpackerでビルドしたJS/CSSを読み込むよう設定
114
114
 
115
- app/views/layouts/application.html.erb
115
+ `app/views/layouts/application.html.erb`
116
116
 
117
117
  ```
118
118
 
@@ -160,7 +160,7 @@
160
160
 
161
161
 
162
162
 
163
- app/views/shared/_header.html.erb
163
+ `app/views/shared/_header.html.erb`の中身
164
164
 
165
165
  ```html
166
166
 
@@ -206,7 +206,7 @@
206
206
 
207
207
 
208
208
 
209
- app/assets/stylesheets/shared/header.scss
209
+ `app/assets/stylesheets/shared/header.scss`
210
210
 
211
211
  ```scss
212
212
 
@@ -410,7 +410,7 @@
410
410
 
411
411
 
412
412
 
413
- app/views/events/index.html.erb
413
+ `app/views/events/index.html.erb`
414
414
 
415
415
  ```html
416
416
 
@@ -446,7 +446,7 @@
446
446
 
447
447
 
448
448
 
449
- app/assets/stylesheets/events/events.scss
449
+ `app/assets/stylesheets/events/events.scss`
450
450
 
451
451
  ```scss
452
452
 

1

タイトルの修正

2020/09/06 02:36

投稿

guguasmon
guguasmon

スコア1

test CHANGED
@@ -1 +1 @@
1
- Rails6にBootstrap4.5を導入したが、CSSが反映されないため間違っている箇所を確かめたい
1
+ Rails6にBootstrap4.5を導入したが、CSSが反映されない
test CHANGED
File without changes