Skip to content

Commit

Permalink
Merge pull request #465 from sarken/issue_2862
Browse files Browse the repository at this point in the history
Fix issue 2862 by adding large class to new chapters textarea
  • Loading branch information
shalott committed Feb 4, 2012
2 parents 271dd36 + f90fa6c commit 6f1e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/chapters/_chapter_form.html.erb
Expand Up @@ -82,7 +82,7 @@
</p>

<div class="rtf-html-field">
<%= f.text_area :content, :class => "mce-editor", :id => "content", :class => "observe_textlength" %>
<%= f.text_area :content, :class => "mce-editor", :id => "content", :class => "observe_textlength large" %>
<%= live_validation_for_field('content',
:maximum_length => ArchiveConfig.CONTENT_MAX,
:minimum_length => ArchiveConfig.CONTENT_MIN,
Expand Down

0 comments on commit 6f1e949

Please sign in to comment.