app/views/alchemy/admin/pages/_sitemap.html.erb in alchemy_cms-4.5.1 vs app/views/alchemy/admin/pages/_sitemap.html.erb in alchemy_cms-4.6.0

- old
+ new

@@ -1,5 +1,11 @@ <div id="sitemap-wrapper"> + <h4 id="sitemap_heading"> + <span class="page_name"><%= Alchemy::Page.human_attribute_name(:name) %></span> + <span class="page_urlname"><%= Alchemy::Page.human_attribute_name(:urlname) %></span> + <span class="page_status"><%= Alchemy.t(:page_status) %></span> + </h4> + <p class="loading"></p> </div> <script id="sitemap-template" type="text/x-handlebars-template"> <ul id="sitemap" class="list<%= @sorting ? ' sorting' : nil %>">