Sha256: 387ca37bfa649509cb7f438a67b77e7b38d8e3a93ed7f901d3af33a3ba613d3d
Contents?: true
Size: 407 Bytes
Versions: 9
Compression:
Stored size: 407 Bytes
Contents
<h1>Editing address</h1> <%= start_form_tag :action => 'edit', :id => @address %> <%= render :partial => 'form' %> <%= submit_tag 'Save' %> <%= end_form_tag %> <%= button_to 'Destroy', { :action => 'destroy', :id => @address }, :confirm => 'Are you sure you want to destroy this address?' %> <%= link_to 'Show', :action => 'show', :id => @address %> | <%= link_to 'Back to list', :action => 'list' %>
Version data entries
9 entries across 9 versions & 1 rubygems