mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
Rename isReadme to isReadmePath
This commit is contained in:
@@ -36,7 +36,7 @@ class PreviewList extends ScrollView
|
||||
operationsByPath = _.groupBy(operations, (operation) -> operation.getPath())
|
||||
for path, ops of operationsByPath
|
||||
classes = ['path']
|
||||
classes.push('readme') if fs.isReadme(path)
|
||||
classes.push('readme') if fs.isReadmePath(path)
|
||||
@li class: classes.join(' '), =>
|
||||
@span path
|
||||
@span "(#{ops.length})", class: 'path-match-number'
|
||||
|
||||
Reference in New Issue
Block a user