[refs #194] fix user avatar

This commit is contained in:
Alexander Machehin 2012-03-07 14:31:55 +06:00
parent 396540ffe3
commit 7fbee6e90e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
.both .both
- else - else
.people.nopointer .people.nopointer
.avatar=image_tag(@issue.user.avatar(25), :alt => 'avatar') .avatar=image_tag avatar_url(@issue.user), :alt => 'avatar'
.name="#{@issue.user.uname} (#{@issue.user.name})" .name="#{@issue.user.uname} (#{@issue.user.name})"
.both .both
=link_to(t('layout.issues.label_manage'), '#', :class => "button tmargin10 manage_executor") if can_manage =link_to(t('layout.issues.label_manage'), '#', :class => "button tmargin10 manage_executor") if can_manage