diff --git a/app/views/list/list.erb b/app/views/list/list.erb index 5647d6d1b1..81663c7d86 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -1,5 +1,11 @@ <% if @category %>

+ <% if @category.parent_category %> + <%= link_to @category.parent_category.url, itemprop: 'item' do %> + <%= @category.parent_category.name %> + <% end %> +   + <% end %> <%= link_to @category.url, itemprop: 'item' do %> <%= @category.name %> <% end %>