Closed djbender closed 9 years ago
ok!
It looks like the else branch in app/views/messages/index.html.haml
uses a different class: avatar-tiny
this extraction doesn't take that into consideration. should i also pass in the class strings to this partial?
Yep, good catch.
On Oct 7, 2015, at 10:55 PM, Derek Bender notifications@github.com wrote:
It looks like the else branch in app/views/messages/index.html.haml uses a different class: avatar-tiny this extraction doesn't take that into consideration. should i also pass in the class strings to this partial?
— Reply to this email directly or view it on GitHub https://github.com/CoralineAda/opensourceforwomen.org/pull/35#issuecomment-146412189.
Ready!
Thanks so much Derek!
The avatar partial needs to be user-aware. As it is written right now it's going to always display the current_user avatar, but for example on the extended profile page it should be the profile's user avatar. Also the same gravatar/avatar partial should be used on the messages index and show pages.