swamp09/sample_app

View on GitHub
app/views/shared/_user_info.html.haml

Summary

Maintainability
Test Coverage
= link_to gravatar_for(current_user, size: 50), current_user
%h1= current_user.name
%h3= current_user.at_nickname
%span= link_to "view my profile", current_user
%span= pluralize(current_user.microposts.count, "micropost")