Growstuff/growstuff

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

Summary

Maintainability
Test Coverage

%... \#{expression} can be written without interpolation as %...= expression
Open

        %span #{'week'.pluralize(in_weeks(crop.median_lifespan))}

HamlLint/UnnecessaryInterpolation

Avoid using unnecessary interpolation for inline tag content.

Bad haml %tag #{expression}

Good: more concise haml %tag= expression

There are no issues that match your filters.

Category
Status