Sha256: 2e0bd3288ce64c8094a77cd2060068fb69e5ea7dba369006bd4d7f31876596b5
Contents?: true
Size: 172 Bytes
Versions: 3
Compression:
Stored size: 172 Bytes
Contents
<h2>Page: <%= @page.title %></h2> <ul> <% @page.content_blocks.each do |c| %> <li><%= link_to c.title, edit_manifest_content_block_path(c) %></li> <% end %> </ul>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
manifest-rails-0.0.4 | app/views/manifest/pages/show.html.erb |
manifest-rails-0.0.3 | app/views/manifest/pages/show.html.erb |
manifest-rails-0.0.2 | app/views/manifest/pages/show.html.erb |