Sha256: 31951055a637a7077cbae83b50efd5a024cb37553ea35bdb42c5c4926ce234e3

Contents?: true

Size: 310 Bytes

Versions: 5

Compression:

Stored size: 310 Bytes

Contents

<%= link_to span_tag('Create New Page'), new_cms_admin_page_path, :class => 'big button' %>
<h1>Pages</h1>

<% content_for :right_column do %>
  <%= render :partial => 'cms_admin/sites/mirrors' %>
<% end %>

<ul class='list sortable'>
  <%= render :partial => 'index_branch', :collection => @cms_pages %>
</ul>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.2.8 app/views/cms_admin/pages/index.html.erb
comfortable_mexican_sofa-1.2.7 app/views/cms_admin/pages/index.html.erb
comfortable_mexican_sofa-1.2.6 app/views/cms_admin/pages/index.html.erb
comfortable_mexican_sofa-1.2.5 app/views/cms_admin/pages/index.html.erb
comfortable_mexican_sofa-1.2.4 app/views/cms_admin/pages/index.html.erb