Skip to content

Commit

Permalink
Merge branch 'release/0.13.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Jan 27, 2017
2 parents 287d691 + 7916774 commit 7a3bd41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ActivityLines::Lider::YaLider::ParticipantDecorator < ApplicationDecorator
decorates_association :user

def full_name
object.user.decorate.short_name
"#{object.user.first_name} #{object.user.patronymic} #{object.user.last_name}"
end

def small_avatar
Expand Down

0 comments on commit 7a3bd41

Please sign in to comment.