Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit 109126f

Browse files
author
Yuma Soga
committed
Update header links
1 parent effb8bb commit 109126f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/controllers/application_controller.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ def put_ver_link
1313
{ url: "#{root_url}visit-interview", text: "見学・取材について" },
1414
{ url: "#{root_url}f-and-q", text: "よくある質問 (F&Q)" }
1515
]
16-
16+
1717
@footer_links = [
1818
{ url: "#{root_url}pages", text: "ページ一覧" },
19-
{ url: "#{root_url}regulation", text: "会則" }
19+
{ url: "#{root_url}regulation", text: "会則" },
20+
{ url: "#{root_url}visit-interview", text: "見学・取材について" },
21+
{ url: "#{root_url}f-and-q", text: "よくある質問 (F&Q)"}
2022
]
2123
end
2224
end

0 commit comments

Comments
 (0)