• Lukas Eipert's avatar
    Remove unnecessary content_for? checks · aecc7db7
    Lukas Eipert authored
    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.
    aecc7db7
jira_connect.html.haml 558 Bytes