This commit is contained in:
Christophe Vilayphiou 2012-08-01 17:09:00 +08:00
parent 0d048de33f
commit f917adcdf3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="site-map">
<% @items.each_with_index do |item, i| %>
<div class="map-block">
<h4><%= i+1 %><a href='<%= item.path} %>'><%= item.title %></a></h4>
<h4><%= i+1 %><a href='<%= item.path %>'><%= item.title %></a></h4>
<ul>
<% item.children.each_with_index do |child, ii| %>
<li class="clear"><%= "#{i+1}-#{ii+1}" %><a href='<%= child.path %>'><%= child.title %></a></span></li>