Skip to content

Commit

Permalink
Fix counternotice submit path in submitter widget
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Jun 7, 2024
1 parent 1974f95 commit cbe9a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= render 'notices/submitter_widget/form_components/header',
label: Translation.t('submitter_widget_notice_new_counternotice_header') %>
<%= simple_form_for(notice) do |form| %>
<%= simple_form_for(notice, url: submitter_widget_notices_path(widget_settings: @widget_settings)) do |form| %>
<section class="notice-body">
<h4><span>Step 1.</span> <%= Translation.t('views_counternotice_form_step1_h') %></h4>
<p><%= raw(Translation.t('views_counternotice_form_step1_info')) %></p>
Expand Down

0 comments on commit cbe9a96

Please sign in to comment.