Fix typo
This commit is contained in:
parent
0d048de33f
commit
f917adcdf3
|
@ -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>
|
||||
|
|
Reference in New Issue