teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

質問の修正

2022/09/29 00:39

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -15,7 +15,7 @@
15
15
  which does not require a template, then this error will occur when trying to access it via browser,
16
16
  since we expect an HTML template to be rendered for such requests. If that's the case, carry on.
17
17
  ```
18
- ### view/rooms/show.html.erb
18
+ ### views/rooms/show.html.erb
19
19
  ```
20
20
  <div class="left-button">
21
21
  <%= link_to "ホームに戻る", "/",class:"edit-link" %>

1

ファイル名の省略を修正

2022/09/29 00:25

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -15,7 +15,7 @@
15
15
  which does not require a template, then this error will occur when trying to access it via browser,
16
16
  since we expect an HTML template to be rendered for such requests. If that's the case, carry on.
17
17
  ```
18
- ### view/rooms/show
18
+ ### view/rooms/show.html.erb
19
19
  ```
20
20
  <div class="left-button">
21
21
  <%= link_to "ホームに戻る", "/",class:"edit-link" %>