swamp09/sample_app

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

Summary

Maintainability
Test Coverage
- @user ||= current_user
.stats
  %a{:href => "#{following_user_path(@user)}"}
    %strong#following.stat
      = @user.following.count
    following
  %a{:href => "#{followers_user_path(@user)}"}
    %strong#followers.stat
      = @user.followers.count
    followers