Skip to content

Commit

Permalink
[Hotfix] Fix redirect_url update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Martouta committed Oct 2, 2018
1 parent 029cba3 commit 5b2ef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/buyers/applications/edit_redirect_url.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h2>Update the Redirect URL</h2>

<%= semantic_form_for @cinstance, :url => admin_service_application_path(@cinstance.service, @cinstance) do |form| %>
<%= semantic_form_for @cinstance, :url => admin_buyers_application_path(@cinstance) do |form| %>
<%= form.inputs do %>
<%= form.input :redirect_url, :label => 'Redirect URL', :as => :string,
:input_html => {:size => 100} %>
Expand Down

0 comments on commit 5b2ef04

Please sign in to comment.