<%= sitemap_block_counter + 1 %> <%= sitemap_block.title %>
<% sitemap_block.children.each_with_index do |child, i| %>
-
<%= content_tag :button, :id => child.id, :class => "onoff pull-right", :disabled => !sitemap_block.sitemap_enabled do %>
<%= child.sitemap_enabled ? t('on_upcase') : t('off_upcase') %>
<% end %>
<%= "#{sitemap_block_counter + 1}-#{i + 1}" %> <%= child.title %>
<% end if sitemap_block.children %>