Skip to content

Commit 41f6dba

Browse files
committed
Links on the following/folowee pages.
1 parent f29398a commit 41f6dba

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

views/hackers/followers.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
%ul
22
- @hacker.followers.each do |follower|
3-
%li= follower.username
3+
%li
4+
%a{:href => "/hackers/#{follower.username}"}= follower.username

views/hackers/following.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
%ul
22
- @hacker.following.each do |followee|
3-
%li= followee.username
3+
%li
4+
%a{:href => "/hackers/#{followee.username}"}= followee.username

0 commit comments

Comments
 (0)