Skip to content

Commit

Permalink
Merge pull request #120 from identity-research-lab/bugfix-pronoun-fee…
Browse files Browse the repository at this point in the history
…ls-codebook-link

Quick and dirty fix to broken pronouns_feel link from categories in r…
  • Loading branch information
CoralineAda committed Sep 4, 2024
2 parents 8a0900b + 90c0d12 commit c937477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/survey_responses/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<% if @categories.any? %>
<ul class="word-cloud">
<% @categories.each do |category| %>
<li><%= category.name %> | <%= link_to category.context, codebook_path("#{category.context.gsub("-","_")}_exp"), class:"jump-link" %></li>
<li><%= category.name %> | <%= link_to category.context, codebook_path("#{category.context.gsub("-","_")}_exp".gsub("pronouns_feel_exp", "pronouns_feel")), class:"jump-link" %></li>
<% end %>
</ul>
<% else %>
Expand Down

0 comments on commit c937477

Please sign in to comment.