2013-10-07 07:04:41 +00:00
|
|
|
<li>
|
|
|
|
<h6>
|
|
|
|
<input type="checkbox" class="toggle-check" data-deploy="right">
|
|
|
|
<span><%= sitemap_block_counter + 1 %> <%= sitemap_block.title_translations[temp_locale] %></span>
|
|
|
|
</h6>
|
|
|
|
<ul>
|
|
|
|
<% sitemap_block.children.each_with_index do |child, i| %>
|
|
|
|
<li "<%= 'disabled' if !child.show_in_sitemap_for(temp_locale) %>">
|
2013-08-28 10:29:21 +00:00
|
|
|
<h6>
|
|
|
|
<input type="checkbox" class="toggle-check" data-deploy="right">
|
|
|
|
<span><%= "#{sitemap_block_counter + 1}-#{i + 1}" %> <%= child.title_translations[temp_locale] %></span>
|
|
|
|
</h6>
|
2013-10-07 07:04:41 +00:00
|
|
|
</li>
|
2012-07-26 07:37:29 +00:00
|
|
|
<% end if sitemap_block.children %>
|
2013-10-07 07:04:41 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|