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.
2 parents caff149 + acf2c91 commit 8f373f0Copy full SHA for 8f373f0
app/views/comments/_new_thread_modal.html.erb
@@ -43,10 +43,10 @@
43
class: 'form-element js-thread-title-field',
44
data: { post: post.id,
45
thread: '-1',
46
- character_count: '.js-character-count-thread-title',
+ character_count: ".js-character-count-thread-title-#{post.id}",
47
markdown: 'strip' } %>
48
<%= render 'shared/char_count',
49
- type: 'thread-title',
+ type: "thread-title-#{post.id}",
50
min: 1,
51
max: maximum_thread_title_length %>
52
0 commit comments