Skip to content

Commit

Permalink
Remove unneeded show_all link
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Apr 16, 2024
1 parent c37f048 commit 2721934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/people/_profile.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
%td.p-2.pe-3= image_tag("language-levels/#{language.level.downcase}.svg", alt: "Language level indicator")
- unless language.certificate.blank?
%td.p-2= image_tag("language-levels/icon_certificate.svg", alt: "Language certificate icon", title: language.certificate)
= link_to "Show all", people_path, {"data-turbo"=>false}
%br

0 comments on commit 2721934

Please sign in to comment.