Skip to content

Commit 725f690

Browse files
committed
add link to codebar stories blog in footer
1 parent 845cd03 commit 725f690

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

app/views/layouts/_footer.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
.large-3.columns
2323
%ul.no-bullet
2424
%li= link_to t("navigation.blog"), "https://medium.com/the-codelog"
25+
%li= link_to t("navigation.codebar_stories"), "https://medium.com/codebar-stories"
2526
%li= link_to t("navigation.coaches"), coaches_path
2627
%li= link_to t("navigation.sponsors"), sponsors_path
2728
%li= link_to t("navigation.events"), events_path

config/locales/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ de:
109109
becoming_sponsor: "Sponsor werden"
110110
faq: "Häufig gestellte Fragen"
111111
blog: "Blog"
112+
codebar_stories: "codebar Stories"
112113
dashboard:
113114
join_workshops_in: "Komm zu unseren <i>kostenlosen</i> Workshops in"
114115
workshops_goal: "um sich mit den Programmier- und Webentwicklungsgrundlagen vertraut zu machen."

config/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ en:
172172
becoming_sponsor: "Becoming a sponsor"
173173
faq: "FAQ"
174174
blog: "Blog"
175+
codebar_stories: "codebar Stories"
175176
cookies: 'Cookies'
176177
privacy-policy: 'Privacy Policy'
177178
dashboard:

config/locales/en_AU.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ en-AU:
109109
becoming_sponsor: "Becoming a sponsor"
110110
faq: "FAQ"
111111
blog: "Blog"
112+
codebar_stories: "codebar Stories"
112113
dashboard:
113114
join_workshops_in: "Join our <i>free</i> workshops in"
114115
workshops_goal: "to get to grips with the basics of programming and web development."

config/locales/en_GB.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ en-GB:
109109
becoming_sponsor: "Becoming a sponsor"
110110
faq: "FAQ"
111111
blog: "Blog"
112+
codebar_stories: "codebar Stories"
112113
dashboard:
113114
join_workshops_in: "Join our <i>free</i> workshops in"
114115
workshops_goal: "to get to grips with the basics of programming and web development."

config/locales/en_US.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ en-US:
109109
becoming_sponsor: "Becoming a sponsor"
110110
faq: "FAQ"
111111
blog: "Blog"
112+
codebar_stories: "codebar Stories"
112113
dashboard:
113114
join_workshops_in: "Join our <i>free</i> workshops in"
114115
workshops_goal: "to get to grips with the basics of programming and web development."

config/locales/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ es:
109109
becoming_sponsor: "Becoming a sponsor"
110110
faq: "FAQ"
111111
blog: "Blog"
112+
codebar_stories: "codebar Stories"
112113
dashboard:
113114
join_workshops_in: "Join our <i>free</i> workshops in"
114115
workshops_goal: "to get to grips with the basics of programming and web development."

config/locales/fi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ fi:
109109
becoming_sponsor: "Becoming a sponsor"
110110
faq: "FAQ"
111111
blog: "Blog"
112+
codebar_stories: "codebar Stories"
112113
dashboard:
113114
join_workshops_in: "Join our <i>free</i> workshops in"
114115
workshops_goal: "to get to grips with the basics of programming and web development."

config/locales/fr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ fr:
109109
becoming_sponsor: "Becoming a sponsor"
110110
faq: "FAQ"
111111
blog: "Blog"
112+
codebar_stories: "codebar Stories"
112113
dashboard:
113114
join_workshops_in: "Join our <i>free</i> workshops in"
114115
workshops_goal: "to get to grips with the basics of programming and web development."

config/locales/no.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
becoming_sponsor: "Becoming a sponsor"
110110
faq: "FAQ"
111111
blog: "Blog"
112+
codebar_stories: "codebar Stories"
112113
dashboard:
113114
join_workshops_in: "Join our <i>free</i> workshops in"
114115
workshops_goal: "to get to grips with the basics of programming and web development."

0 commit comments

Comments
 (0)