We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbae29b commit ed313d4Copy full SHA for ed313d4
app/views/comments/_reply_to_thread.html.erb
@@ -55,8 +55,8 @@
55
required: true,
56
data: { thread: thread.id,
57
post: thread.post_id,
58
- character_count: ".js-character-count-#{post.id}" } %>
59
- <%= render 'shared/char_count', type: post.id, min: min_chars, max: max_chars %>
+ character_count: ".js-character-count-thread-reply-#{post.id}" } %>
+ <%= render 'shared/char_count', type: "thread-reply-#{post.id}", min: min_chars, max: max_chars %>
60
<%= submit_tag 'Add reply', class: 'button is-muted is-filled', disabled:true %>
61
<% end %>
62
0 commit comments