Remove unnecessary content_for? checks
We are checking whether we have any content before we yield content blocks. This is unnecessary, because if the content block is empty, it'll simply yield an empty string. Furthermore it seems like the content block library_javascripts is unnecessary can be deprecated in favor of page_specific_javascripts.
Showing
Please register or sign in to comment