Commit 6a256563c2274019403423087a2276ef5fcb252f
1 parent
873eaf67
Exists in
master
and in
3 other branches
Increase proposal limit to 200 characters
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/cms/proposals_discussion_plugin/_proposal.html.erb
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <%= render :file => 'shared/tiny_mce' %> | 3 | <%= render :file => 'shared/tiny_mce' %> |
4 | 4 | ||
5 | <% title_limit = 70 %> | 5 | <% title_limit = 70 %> |
6 | -<% abstract_limit = 140 %> | 6 | +<% abstract_limit = 200 %> |
7 | 7 | ||
8 | <% extend ProposalsDiscussionPlugin::TopicHelper %> | 8 | <% extend ProposalsDiscussionPlugin::TopicHelper %> |
9 | 9 |