FEATURE: Return only the first paragraph of text in HTML digests, unless

there is only one post. In that case return everything. Remove
dependency on 'html_truncator'
This commit is contained in:
Robin Ward
2014-01-22 12:37:37 -05:00
parent 502b4730c8
commit 39c6e48aa5
4 changed files with 10 additions and 7 deletions

View File

@@ -71,7 +71,6 @@ gem 'redis', :require => ["redis", "redis/connection/hiredis"]
gem 'active_model_serializers'
gem 'html_truncator'
# we had issues with latest, stick to the rev till we figure this out
# PR that makes it all hang together welcome