Growstuff/growstuff

View on GitHub
app/views/layouts/_footer.html.haml

Summary

Maintainability
Test Coverage

Do not use inline style attributes
Open

        %div{ style: "float: right;" }

HamlLint/InlineStyles

Tags should not contain inline style attributes.

Bad haml %p{ style: 'color: red;' }

Good haml %p.warning

Exceptions may need to be made for dynamic content and email templates.

See CodeAcademy to learn more.

There are no issues that match your filters.

Category
Status