diff options
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r-- | app/helpers/application_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 0386a48..a51645b 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb | |||
@@ -33,6 +33,7 @@ module ApplicationHelper | |||
33 | def links_sidebar | 33 | def links_sidebar |
34 | [ | 34 | [ |
35 | { title: "Code repositories", url: "https://code.fourisland.com/" }, | 35 | { title: "Code repositories", url: "https://code.fourisland.com/" }, |
36 | { title: "Quotes database", url: "https://www.fourisland.com/quotes" }, | ||
36 | { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, | 37 | { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, |
37 | { title: "Wittle", url: "https://www.fourisland.com/wittle" }, | 38 | { title: "Wittle", url: "https://www.fourisland.com/wittle" }, |
38 | ] | 39 | ] |