Skip to content

Commit

Permalink
Added link
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenDR06 committed Jan 6, 2025
1 parent c995266 commit 018d145
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/members.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
= link_to "https://wiki.svsticky.nl/", :class => 'list-group-item list-group-item-action' do
%span= I18n.t('members.navigation.wiki')
%i.fa.fa-info-circle
= link_to "https://voeljeveilig.svsticky.nl/", :class => 'list-group-item list-group-item-action' do
%span= I18n.t('members.navigation.voeljeveilig')
%i.fa.fa-shield-alt
-# Signout button for mobile
= link_to destroy_user_session_path, 'data-method' => :delete, :class => 'list-group-item list-group-item-action d-md-none' do
%span= I18n.t('devise.sessions.new.sign_out')
Expand Down
1 change: 1 addition & 0 deletions config/locales/members.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ en:
pictures: Pictures
vacancies: Vacancies
wiki: Stickypedia
voeljeveilig: VoelJeVeilig
payments:
mongoose:
credit: Credit
Expand Down
1 change: 1 addition & 0 deletions config/locales/members.nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ nl:
pictures: Foto's
vacancies: Vacatures
wiki: Stickypedia
voeljeveilig: VoelJeVeilig
payments:
mongoose:
credit: Tegoed
Expand Down

0 comments on commit 018d145

Please sign in to comment.