Commit 6a256563c2274019403423087a2276ef5fcb252f

Authored by Victor Costa
1 parent 873eaf67

Increase proposal limit to 200 characters

views/cms/proposals_discussion_plugin/_proposal.html.erb
... ... @@ -3,7 +3,7 @@
3 3 <%= render :file => 'shared/tiny_mce' %>
4 4  
5 5 <% title_limit = 70 %>
6   -<% abstract_limit = 140 %>
  6 +<% abstract_limit = 200 %>
7 7  
8 8 <% extend ProposalsDiscussionPlugin::TopicHelper %>
9 9  
... ...