Sha256: 2863ad5be0d0d7093ff095f2d5e0259f78ddf079987655224b0796b54801c824

Contents?: true

Size: 596 Bytes

Versions: 13

Compression:

Stored size: 596 Bytes

Contents

<% content_for :data_controls do%>
  <%=link_to "New Page",new_admin_page_path(),:class => "btn btn-primary",:title => "New Page"%>&nbsp;
<% end %>

<%= content_for :detail do %>
  <div class="table-responsive">
    <table class="table table-striped table-hover">
      <thead>
        <tr>
          <th>Name</th>
          <th>URL</th>
          <th>&nbsp;</th>
        </tr>
      </thead>
      <tbody>
        <% @pages.each do |page| %>
          <%= render :partial => 'page_row', :locals => {:depth => 0, :page => page} %>
        <% end %>
      </tbody>
    </table>
  </div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tb_cms-1.3.6 app/views/admin/pages/index.html.erb
tb_cms-1.3.5 app/views/admin/pages/index.html.erb
tb_cms-1.3.3 app/views/admin/pages/index.html.erb
tb_cms-1.3.2 app/views/admin/pages/index.html.erb
tb_cms-1.3.1 app/views/admin/pages/index.html.erb
tb_cms-1.3.0 app/views/admin/pages/index.html.erb
tb_cms-1.3.beta1 app/views/admin/pages/index.html.erb
tb_cms-1.2.3 app/views/admin/pages/index.html.erb
tb_cms-1.2.2 app/views/admin/pages/index.html.erb
tb_cms-1.2.1 app/views/admin/pages/index.html.erb
tb_cms-1.2.0 app/views/admin/pages/index.html.erb
tb_cms-1.2.0.beta3 app/views/admin/pages/index.html.erb
tb_cms-1.2.0.beta1 app/views/admin/pages/index.html.erb