newtheatre/history-project

View on GitHub
_coffee/scripts/utility.coffee

Summary

Maintainability
Test Coverage

Line exceeds maximum allowed length
Open

    ret += "<tr class=\"album-row\" data-key=\"#{ album["AlbumKey"] }\"><td><a href=\"#{ album['WebUri'] }\" class=\"usage-link\">#{ album["Name"] }</a></td><td>#{ album["AlbumKey"] }</td><td>#{ album["ImageCount"] }</td><td class=\"usage\">?</td></tr>\n"
Severity: Minor
Found in _coffee/scripts/utility.coffee by coffeelint

Line exceeds maximum allowed length
Open

    ret += "<tr class=\"image-row\" data-key=\"#{ image["ImageKey"] }\"><td><a href=\"#{ image['WebUri'] }\"><img src=\"#{ image["ThumbnailUrl"] }\" alt=\"Thumb\"/></a><td>#{ image["Title"] }</td><td>#{ image["FileName"] }</td><td>#{ image["ImageKey"] }</td><td class=\"usage\">?</td></tr>\n"
Severity: Minor
Found in _coffee/scripts/utility.coffee by coffeelint

There are no issues that match your filters.

Category
Status