Skip to content
Snippets Groups Projects
Unverified Commit 3001fbe8 authored by Connor Shea's avatar Connor Shea
Browse files

Fix Related Solutions links.

parent 7ab264d5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,7 +27,7 @@
.related-solutions
- solution.related.each do |related_solution|
.related-solution-item
= link_to "solutions/#{related_solution}" do
= link_to "/solutions/#{related_solution}" do
%p
= data.solutions.solutions.public_send(related_solution).display_name
%p
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment