fixed link

This commit is contained in:
nilsding 2014-12-14 15:58:39 +01:00
parent 1c01ced3c8
commit 5da0778131
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
No one smiled this, yet.
- else
- a.smiles.all.each do |smile|
%a{href: show_user_profile_path(smile.user), data: {smile_id: smile.id}}
%a{href: show_user_profile_path(smile.user.screen_name), data: {smile_id: smile.id}}
%img.img-rounded.answerbox--img-small{src: gravatar_url(smile.user)}