Created
September 11, 2014 22:00
-
-
Save bill-evanson/aac7e49550c11b2a8028 to your computer and use it in GitHub Desktop.
Revisions
-
bill-evanson created this gist
Sep 11, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ <%= form_for [:office, image], :action => 'update', :method => "PUT" do |f| %> <input type='hidden' name='id' value='<%= image.id %>'> <input type='hidden' name='listing_id' value='<%= listing.id %>'> <%= f.submit "Set Default", :class => 'btn btn-link' %> <% end %>