Sha256: 49bf2161781ac2833ee352ad6fa4d603f0b85cd8464ccf9df673fb9516c13f5c

Contents?: true

Size: 785 Bytes

Versions: 32

Compression:

Stored size: 785 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

32 entries across 32 versions & 10 rubygems

Version Path
SFEley-browsercms-3.0.2 app/views/cms/sections/index.html.erb
buzzware-browsercms-3.0.2 app/views/cms/sections/index.html.erb
coredumplings-browsercms-3.0.0 app/views/cms/sections/index.html.erb
nate-browsercms-3.0.210 app/views/cms/sections/index.html.erb
nate-browsercms-3.0.211 app/views/cms/sections/index.html.erb
we5-browsercms-3.0.1.1 app/views/cms/sections/index.html.erb
webficient-browsercms-3.0.1 app/views/cms/sections/index.html.erb
webficient-browsercms-3.0.2 app/views/cms/sections/index.html.erb
webficient-browsercms-3.0.3 app/views/cms/sections/index.html.erb
webficient-browsercms-3.0.4 app/views/cms/sections/index.html.erb
browsercms-3.1.5 app/views/cms/sections/index.html.erb
browsercms-3.1.4 app/views/cms/sections/index.html.erb
browsercms-3.1.3 app/views/cms/sections/index.html.erb
bf4-browsercms-3.1.0 app/views/cms/sections/index.html.erb
drujensen-browsercms-3.2.0 app/views/cms/sections/index.html.erb
browsercms-3.1.2 app/views/cms/sections/index.html.erb
browsercms-3.1.1 app/views/cms/sections/index.html.erb
browsercms-3.1.0 app/views/cms/sections/index.html.erb
we5-browsercms-3.1.0 app/views/cms/sections/index.html.erb
browsercms-3.0.6 app/views/cms/sections/index.html.erb