Sha256: 602b614cff2e1bd45a91deab3fad8fd3bbec7167c6964116e58226540d027c09
Contents?: true
Size: 370 Bytes
Versions: 97
Compression:
Stored size: 370 Bytes
Contents
<h1>Editing Content Page</h1> <% form_for :content_page, :url => {:action => 'update', :id => @content_page.id} do |form| %> <%= render :partial => 'form', :locals => {:form => form} %> <%= submit_tag 'Edit' %> <% end %> <%= link_to 'Show', :action => 'show', :id => @content_page %> | <%= link_to 'Back', :action => 'list' %>
Version data entries
97 entries across 97 versions & 2 rubygems