mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove useless div around function details
This commit is contained in:
@@ -27,12 +27,11 @@ class SymbolsView extends SelectList
|
||||
$$ ->
|
||||
@li =>
|
||||
@div name, class: 'label'
|
||||
@div class: 'right', =>
|
||||
if position
|
||||
text = "Line #{position.row + 1}"
|
||||
else
|
||||
text = fs.base(file)
|
||||
@div text, class: 'function-details'
|
||||
if position
|
||||
text = "Line #{position.row + 1}"
|
||||
else
|
||||
text = fs.base(file)
|
||||
@div text, class: 'right function-details'
|
||||
|
||||
toggleFileSymbols: ->
|
||||
if @hasParent()
|
||||
|
||||
Reference in New Issue
Block a user