Guest User

Untitled

a guest
May 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <h1>Editing listing</h1>
  2. <br>
  3. <br>
  4. <%= error_messages_for :listing %>
  5.  
  6. <% form_for(@listing) do |f| %>
  7. <%= render :partial => 'form' %>
  8. <p>
  9. <%= f.submit "Update" %>
  10. </p>
  11. <% end %>
  12.  
  13. <%= link_to 'Back to Listing Description Page', { :action => "showdescpage", :id => @listing, :page_id => @listing.desc_page_id }%> |
  14. <%= link_to 'Back', :back %>
Add Comment
Please, Sign In to add comment