Remove colon after line number

This commit is contained in:
Kevin Sawicki
2013-01-03 13:18:42 -08:00
parent 8adef01850
commit b6374184f5

View File

@@ -39,7 +39,7 @@ class PreviewList extends ScrollView
for operation in ops
{prefix, suffix, match, range} = operation.preview()
@li 'data-index': operation.index, class: 'operation', =>
@span "#{range.start.row + 1}:", class: 'line-number'
@span range.start.row + 1, class: 'line-number'
@span outlet: "preview", class: "preview", =>
@span prefix
@span match, class: 'match'