diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-05 20:34:22 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-05 20:34:22 -0500 |
commit | 0746d14e097c1623ed42adcdda65ee5e186627f6 (patch) | |
tree | b9ba53555baa54fcfb3dadce9b816620805b6755 | |
parent | 65808633a2e0259b54cefb268ebf79418b49e67c (diff) | |
download | thoughts-0746d14e097c1623ed42adcdda65ee5e186627f6.tar.gz thoughts-0746d14e097c1623ed42adcdda65ee5e186627f6.tar.bz2 thoughts-0746d14e097c1623ed42adcdda65ee5e186627f6.zip |
Added link to quotes database
-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 | ] |