Sha256: ab3b4bc2b9a30fe4bc5084927e8569a2806346bcc099a6f11c5d3312bcde8517

Contents?: true

Size: 264 Bytes

Versions: 4

Compression:

Stored size: 264 Bytes

Contents

<h2>Edit Page: <%= @page.title %></h2>

<%= render 'form' %>

<p class='model_actions'>
<%= link_to 'Delete Page', manifest_page_path(@page), {
  method: :delete,
  confirm: "Are you sure you want to delete this page (#{@page.title})?",
  class: 'delete'
}%>
</p>

Version data entries

4 entries across 4 versions & 1 rubygems

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