thirteen-tien-len/app/views/shared/_stats.html.haml
2023-11-11 11:34:52 +00:00

11 lines
271 B
Plaintext

- @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