Skip to content

Commit

Permalink
Make default origin Philly
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Apr 22, 2012
1 parent 48ff370 commit 4e6d18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/move_requests/_short_form.html.erb
@@ -1,7 +1,7 @@
<%= simple_form_for(@move_request, url: new_move_request_path, method: :get, html: {class: "form-horizontal"}) do |f| %>
<h3>Make Your Move</h3>
<%= f.simple_fields_for :origin do |origin_fields| %>
<%= origin_fields.input :address, label: "Origin", placeholder: "New York, NY" %>
<%= origin_fields.input :address, label: "Origin", placeholder: "Philadelphia, PA" %>
<%- end -%>
<%= f.simple_fields_for :destination do |destination_fields| %>
<%= destination_fields.input :address, label: "Destination", placeholder: "Philadelphia, PA" %>
Expand Down

0 comments on commit 4e6d18f

Please sign in to comment.