truncate issue title after roughly two lines

This commit is contained in:
Martin Klepsch 2018-04-23 17:05:10 +02:00 committed by Tetiana Churikova
parent a24b3856d9
commit 526532bc59
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@
[:a {:href (bnt/issue-url bounty)}
[:div.cf
[:div.fl.w-80
[:span.pg-med.fw5.db.f4.muted-blue.hover-black issue-title]
[:span.pg-med.fw5.db.f4.muted-blue.hover-black
(gstring/truncate issue-title 110)]
#_[:div.mt2
[:span.f5.gray.pg-book (str owner "/" repo-name " #" issue-number)]]]
[:div.fl.w-20.tr