We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d76eb9c + 4638b53 commit 53c72c0Copy full SHA for 53c72c0
guides/source/ja/getting_started.md
@@ -1509,7 +1509,7 @@ Log outボタンをクリックすると、indexページのNew productリンク
1509
オプションとして、先ほどの`app/views/layouts/application.html.erb`レイアウトの`<nav>`セクションに以下のルーティングへのリンクも追加して、認証されていない場合はLoginリンクを表示するようにしてもよいでしょう。
1510
1511
```erb
1512
-<%# app/views/products/index.html.erb %>
+<%# app/views/layouts/application.html.erb %>
1513
<%= link_to "Login", new_session_path unless authenticated? %>
1514
```
1515
0 commit comments