Growstuff/growstuff

View on GitHub
app/views/crops/_thumbnail.html.haml

Summary

Maintainability
Test Coverage

%div.crop-sci-name can be written as .crop-sci-name since %div is implicit
Open

        %div.crop-sci-name

HamlLint/ImplicitDiv

Avoid writing %div when it would otherwise be implicit.

Bad: div is unnecessary when class/ID is specified haml %div.button

Good: div is required when no class/ID is specified haml %div

Good haml .button

HAML was designed to be concise, and not embracing this philosophy makes the tool less useful.

There are no issues that match your filters.

Category
Status