Sha256: ab5335479e043a5b60afd93ece71890ba5505b4165b3ca4fad762654e17a3656

Contents?: true

Size: 334 Bytes

Versions: 4

Compression:

Stored size: 334 Bytes

Contents

<h2>Edit Content Block: <%= @content_block.title %></h2>

<%= render 'form' %>

<p class='model_actions'>
  <%= link_to 'Delete Content Block', manifest_content_block_path(@content_block),
    method: :delete,
    confirm: "Are you sure you want to delete this content block (#{@content_block.title})?",
    class: 'delete'
  %>
</p>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manifest-rails-0.0.4 app/views/manifest/content_blocks/edit.html.erb
manifest-rails-0.0.3 app/views/manifest/content_blocks/edit.html.erb
manifest-rails-0.0.2 app/views/manifest/content_blocks/edit.html.erb
manifest-rails-0.0.1 app/views/manifest/content_blocks/edit.html.erb