This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2013-01-31 11:20:55 +00:00
|
|
|
<% if not @ancestors.empty? %>
|
|
|
|
<div class='category_list'>
|
|
|
|
<ul class='list'>
|
2013-02-01 09:07:16 +00:00
|
|
|
<% @ancestors.each do |node| %>
|
2013-01-31 11:20:55 +00:00
|
|
|
<li class='active'>
|
2013-02-01 09:07:16 +00:00
|
|
|
<%= link_to node.title, "/#{node.path}" %>
|
2013-01-31 11:20:55 +00:00
|
|
|
</li>
|
|
|
|
<% end %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<% end %>
|