mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Remove colon after line number
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user