Commit 2c842799ef062bdf07ec6189a2372656187da393
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3205-comment-paragraph' into stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/comment_paragraph/views/comment_paragraph_plugin_profile/comment_extra.html.erb
1 | 1 | <input type="hidden" value="<%= comment.comment_paragraph_selected_area%>" class="paragraph_comment_area" /> |
2 | -<input type="hidden" value="<%= comment.paragraph_uuid%>" class="paragraph_uuid" /><input type="hidden" value="<%= comment.comment_paragraph_selected_content%>" class="paragraph_selected_content" /> | |
2 | +<input type="hidden" value="<%= comment.paragraph_uuid%>" class="paragraph_uuid" /> | |
3 | 3 | <input type="hidden" value="<%= comment.comment_paragraph_selected_content%>" class="paragraph_selected_content" /> | ... | ... |