Growstuff/growstuff

View on GitHub
app/views/plant_parts/show.html.haml

Summary

Maintainability
Test Coverage

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

%h1 #{@plant_part.name.titlecase}

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