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 ed313d4 commit 91fc2c3Copy full SHA for 91fc2c3
app/views/comments/_new_thread_modal.html.erb
@@ -31,8 +31,8 @@
31
required: true,
32
data: { post: post.id,
33
thread: '-1',
34
- character_count: ".js-character-count-#{post.id}" } %>
35
- <%= render 'shared/char_count', type: post.id, min: min_chars, max: max_chars %>
+ character_count: ".js-character-count-new-thread-#{post.id}" } %>
+ <%= render 'shared/char_count', type: "new-thread-#{post.id}", min: min_chars, max: max_chars %>
36
37
<%= label_tag :title, 'Comment thread title (optional)', class: 'form-element' %>
38
<span class="form-caption">
0 commit comments