Skip to content

Commit

Permalink
add job board link
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Apr 11, 2024
1 parent ac7e984 commit d36538f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/application/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<%= link_to t("navbar.videos"), videos_path %>
</li>
<li>
<%= link_to t("navbar.coc"), "#" %>
<%= link_to t("navbar.job_board"), "#" %>
</li>
<li>
<%= link_to t("navbar.sponsors"), sponsors_path %>
Expand All @@ -36,7 +36,7 @@
<%= link_to t("navbar.videos"), videos_path %>
</li>
<li>
<%= link_to t("navbar.coc"), "#" %>
<%= link_to t("navbar.job_board"), "#" %>
</li>
<li>
<%= link_to t("navbar.sponsors"), sponsors_path %>
Expand Down
1 change: 1 addition & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ fr:
videos: Vidéos
sponsors: Sponsors
suggest_talk: Proposer un talk
job_board: Job board

0 comments on commit d36538f

Please sign in to comment.