I've gotten user avatars working per Tim's post in the "paperclip_with_hobo" thread. So on my user show page I can use: "<avatar/>" or "<%= image_tag @user.avatar.url %>"
But there are two things I would like to do that don't seem to work: I have some data with user names in a table-plus, I would like to include the images either in their own column or beside the name in the user column. Nothing I try seems to work. Possibly there isn't a way to do that with table-plus? In the <content-header> of the show page for User I can include the above links, but the image is stacked vertically with the other text information. I would like the image to be on the left and the text to appear towards it's right. Kind of like how the edit button is pushed all the way to the right. This may have to be a CSS fix but I would like to do it the "hobo way" if possible. Thanks, Nathan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
