Skip to content

Commit 21a8eb8

Browse files
committed
2 parents becc6ab + d313374 commit 21a8eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/controllers/disputes_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def shared_partial(*sources)
5454
claimer = Owner.find_by_email(params[:claimer_email])
5555
dispute = Dispute.create(:claimer => claimer, :message => params[:message])
5656
SlackController.notify_slack_of_new_dispute(dispute)
57-
redirect to('/disputes/thanks')
57+
redirect to('/thanks')
5858
end
5959

6060
get '/thanks' do

app/views/disputes/new.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ p If you believe your Pod has been claimed by someone who has not been maintaini
4949

5050
p If you do not have a dispute, we will not respond - this is not a place to submit issues. Due to the number of non-disputes we also require that you write out a reasonable explaination of <span id="chars">over 100</span> characters.
5151

52-
form.form-horizontal role="form" action="/" method="POST"
52+
form.form-horizontal role="form" action="/disputes" method="POST"
5353

5454
.form-group
5555
label.col-sm-3.control-label for="claimer_email" Disputer:

0 commit comments

Comments
 (0)