about summary refs log tree commit diff stats
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a51645b..72d7ab1 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb
@@ -35,7 +35,7 @@ module ApplicationHelper
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: "Quotes database", url: "https://www.fourisland.com/quotes" },
37 { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, 37 { title: "Pokémon", url: "https://www.fourisland.com/poke3" },
38 { title: "Wittle", url: "https://www.fourisland.com/wittle" }, 38 { title: "Wittle", url: "https://www.fourisland.com/wittle/" },
39 ] 39 ]
40 end 40 end
41 41