# HG changeset patch # User nanaya # Date 1466932925 -32400 # Node ID f91e2d00f03fcde77e97174cbc00499ec547e2e1 # Parent fe5ea9b86091e3a1f805bcf35a5e32253b64aff7 Reduce title length limit diff -r fe5ea9b86091 -r f91e2d00f03f app/helpers/application_helper.rb --- a/app/helpers/application_helper.rb Sun Jun 26 18:20:24 2016 +0900 +++ b/app/helpers/application_helper.rb Sun Jun 26 18:22:05 2016 +0900 @@ -1,7 +1,7 @@ module ApplicationHelper include Twitter::Autolink - def ellipsize(text, limit = 60) + def ellipsize(text, limit = 30) if text.length <= limit text else