discover-unused-partials icon indicating copy to clipboard operation
discover-unused-partials copied to clipboard

HAML partials without .html initial extension listed erroneously

Open roberthead opened this issue 7 years ago • 0 comments

> discover-unused-partials .

The following partials are not referenced directly by any code: ... app/views/application/_flash_dropdown.haml ...

In a view:

= render layout: 'navigation_header'  do
    = render partial: 'flash_dropdown'

roberthead avatar Jan 30 '17 22:01 roberthead