Skip to content

Commit

Permalink
Merge branch 'feature/partial_refactoring' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sabman committed Mar 4, 2012
2 parents 6529550 + a6ea857 commit 15901a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions app/views/users/_user.html.haml
@@ -0,0 +1,3 @@
%li
= gravatar_for(user, size: 30)
= link_to user.name, user
5 changes: 1 addition & 4 deletions app/views/users/index.html.haml
Expand Up @@ -5,9 +5,6 @@
= will_paginate

%ul.users
- @users.each do |user|
%li
= gravatar_for(user, size: 30)
= link_to user.name, user
= render @users

= will_paginate

0 comments on commit 15901a6

Please sign in to comment.