Fix "mark as translated" removing url params
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
|
||||
<section id="mark-as-translated-section" style="display: none;">
|
||||
<%= form_tag(mark_as_translated_post_path(@post), :class => "simple_form", :method => :put) do |f| %>
|
||||
<%= hidden_field_tag :tags_query, params[:tags] %>
|
||||
<%= hidden_field_tag :pool_id, params[:pool_id] %>
|
||||
|
||||
<fieldset>
|
||||
<label for="post_check_translation">
|
||||
<%= check_box "post", "check_translation", :checked => @post.has_tag?("check_translation") %>
|
||||
|
||||
Reference in New Issue
Block a user