Skip to content

Commit

Permalink
display languages in a very basic way
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Feb 16, 2024
1 parent 239eadb commit 2cd74ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/people/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
%tr
%td= @entry.shortname
%div.w-25
%div Sprachen

%div.fw-light Sprachen
%div.border.border-dark-subtle.mt-1.p-2
- @entry.language_skills.each do |language|
%div.mb-1= "#{language.language}: #{language.level} - #{language.certificate}"
= link_to "Show all", people_path

0 comments on commit 2cd74ee

Please sign in to comment.