Sha256: 0f33bec7e96a8b976e0facd78bff6c216fa11672d65857acd85bdbd00ca6a661

Contents?: true

Size: 787 Bytes

Versions: 23

Compression:

Stored size: 787 Bytes

Contents

<%= content_for :html_head do %>
  <%= javascript_include_tag 'cms/sitemap' %>
<% end %>
<%= content_for :title do %>Sitemap<% end %>

<div class="buttons">
  <%= link_to "Edit", '#', :id => 'edit-button', :disabled => "disabled" %>
  |
  <%= link_to "Properties", '#', :id => 'properties-button', :disabled => "disabled" %>
  |
  <%= link_to "Delete", '#', :id => 'delete_button', :disabled => "disabled" %>
  |
  <%= link_to "Add Page", '#', :id => 'add-page-button', :disabled => "disabled" %>
  |
  <%= link_to "Add Section", '#', :id => 'add-section-button', :disabled => "disabled" %>
  |
  <%= link_to "Add Link", '#', :id => 'add-link-button', :disabled => "disabled" %>
</div>
<div id="sitemap">
  <ul>
    <%= render :partial => 'section', :member => @section %>
  </ul>
</div>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
browsercms-3.5.7 app/views/cms/sections/index.html.erb
browsercms-3.5.6 app/views/cms/sections/index.html.erb
browsercms-3.5.5 app/views/cms/sections/index.html.erb
browsercms-3.5.4 app/views/cms/sections/index.html.erb
browsercms-3.5.3 app/views/cms/sections/index.html.erb
browsercms-3.5.2 app/views/cms/sections/index.html.erb
browsercms-3.5.1 app/views/cms/sections/index.html.erb
browsercms-3.5.0 app/views/cms/sections/index.html.erb
browsercms-3.5.0.rc3 app/views/cms/sections/index.html.erb
browsercms-3.5.0.rc2 app/views/cms/sections/index.html.erb
browsercms-3.5.0.rc1 app/views/cms/sections/index.html.erb
browsercms-3.4.2 app/views/cms/sections/index.html.erb
browsercms-3.3.4 app/views/cms/sections/index.html.erb
browsercms-3.4.2.rc1 app/views/cms/sections/index.html.erb
browsercms-3.4.1 app/views/cms/sections/index.html.erb
browsercms-3.4.0 app/views/cms/sections/index.html.erb
browsercms-3.4.0.rc2 app/views/cms/sections/index.html.erb
browsercms-3.4.0.rc1 app/views/cms/sections/index.html.erb
browsercms-3.3.3 app/views/cms/sections/index.html.erb
browsercms-3.3.2 app/views/cms/sections/index.html.erb