Growstuff/growstuff

View on GitHub
app/views/activities/index.rss.haml

Summary

Maintainability
Test Coverage

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

        %title #{activity['name']}

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