10 lines
326 B
Plaintext
10 lines
326 B
Plaintext
.user-container
|
|
- if user
|
|
.image
|
|
=image_tag(avatar_url(user, :micro), :alt => 'avatar')
|
|
%span.name= link_to(user.fullname, user_path(user))
|
|
%span= t('layout.issues.is_assigned')
|
|
- else
|
|
%span= t('layout.issues.no_one_is_assigned')
|
|
-if can?(:update, @issue) || @issue.new_record?
|
|
%span.icon-share |