We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464c040 commit 362a0c2Copy full SHA for 362a0c2
app/views/people/people_skills/_overview.html.haml
@@ -19,7 +19,7 @@
19
20
= turbo_frame_tag 'people-skills' do
21
- Category.all_parents.each do |category|
22
- %div.profile-header.mw-100.border-bottom.mt-4{id: category.title, "data-scroll-target": "scrollItem"}
+ %div.profile-header.mw-100.border-bottom.mt-4{id: category.title.parameterize, "data-scroll-target": "scrollItem"}
23
= category.title
24
- ([category] + category.children.to_a).each do |category_child|
25
- people_skills_of_category = people_skills_of_category(category_child)
0 commit comments