git ssb

0+

Kira / %V53yIAO6ZNGv1Lx9tCP…



forked from cel / ssb-issues

Commit 5ea6e56dfd2a564632fb28da8cb907fff8464ec4

Use first line of issue text as its title.

Stephen Whitmore committed on 11/9/2016, 3:51:09 PM
Parent: 5233d165cc9dd6811f63268db441635bffdb746f

Files changed

index.jschanged
index.jsView
@@ -177,9 +177,9 @@
177177 if (cb) {
178178 if (issue.open == null)
179179 issue.open = true
180180 if (issue.title == null)
181- issue.title = truncate(issue.text, 40) || issue.id
181 + issue.title = truncate(issue.text.split('\n')[0], 250) || issue.id
182182 checkReady()
183183 }
184184 }
185185

Built with git-ssb-web