Growstuff/growstuff

View on GitHub
app/views/home/_stats.html.haml

Summary

Maintainability
Test Coverage

Expected an indentation at 6 instead of at 5.
Open

     number_plantings: link_to(t('.number_plantings_linktext', count: Planting.count.to_i), plantings_path),

Expected an indentation at 6 instead of at 5.
Open

     member: link_to(t('.member_linktext', count: Member.confirmed.size.to_i), members_path),

Expected an indentation at 6 instead of at 5.
Open

     number_gardens: link_to(t('.number_gardens_linktext', count: Garden.count.to_i), gardens_path))

Unexpected additional newlines at the end of the file.
Open

Expected an indentation at 6 instead of at 5.
Open

     number_crops: link_to(t('.number_crops_linktext', count: Crop.count.to_i), crops_path),

There are no issues that match your filters.

Category
Status