Skip to content

Commit

Permalink
Fix typo in related template fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
alext committed Sep 14, 2012
1 parent 2c72507 commit 9a65d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/related.raw.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a href="<%= h item.web_url %>"><%= h item.title %></a>
</li>
<% end %>
<% if root_section = artefact.root_primary_section %>
<% if root_section = artefact.primary_root_section %>
<li class="related-topic"><a href="<%= h root_section["content_with_tag"]["web_url"] %>"
>More from the <span><%= h root_section["title"] %></span> category</a></li>
<% end %>
Expand Down

0 comments on commit 9a65d62

Please sign in to comment.