Skip to content

Commit

Permalink
Merge pull request #79 from 3scale/fix/redirect-url
Browse files Browse the repository at this point in the history
[Hotfix] Fix redirect_url update link
  • Loading branch information
Martouta committed Oct 2, 2018
2 parents 859f04f + 5b2ef04 commit 66cb07a
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
@@ -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 66cb07a

Please sign in to comment.