Sha256: e232c32d27410c0066cd47b8bd39d3047ddf3243bd9e98844e79fb63cf7a0c05

Contents?: true

Size: 328 Bytes

Versions: 13

Compression:

Stored size: 328 Bytes

Contents

<h2>Pages</h2>

<% if @pages.count > 0 %>
  <ul>
    <% @pages.each do |p| %>
      <li><%= link_to p.title, manifest_page_path(p) %></li>
    <% end %>
  </ul>
<% end %>

<% if current_editor.admin? %>
  <div class='model-actions'>
    <%= link_to 'New Page', new_manifest_page_path %>
  </div><!-- model-actions -->
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
manifest-rails-0.2.8 app/views/manifest/pages/index.html.erb
manifest-rails-0.2.7 app/views/manifest/pages/index.html.erb
manifest-rails-0.2.6 app/views/manifest/pages/index.html.erb
manifest-rails-0.2.5 app/views/manifest/pages/index.html.erb
manifest-rails-0.2.4 app/views/manifest/pages/index.html.erb
manifest-rails-0.2.3 app/views/manifest/pages/index.html.erb
manifest-rails-0.2.2 app/views/manifest/pages/index.html.erb
manifest-rails-0.2.1 app/views/manifest/pages/index.html.erb
manifest-rails-0.2.0 app/views/manifest/pages/index.html.erb
manifest-rails-0.1.3 app/views/manifest/pages/index.html.erb
manifest-rails-0.1.2 app/views/manifest/pages/index.html.erb
manifest-rails-0.1.1 app/views/manifest/pages/index.html.erb
manifest-rails-0.1.0 app/views/manifest/pages/index.html.erb