10 lines
255 B
Text
10 lines
255 B
Text
%p.details
|
|
#{link_to @issue.author_name, user_url(@issue.author)} created an issue:
|
|
|
|
- if @issue.assignees.any?
|
|
%p
|
|
= assignees_label(@issue)
|
|
|
|
- if @issue.description
|
|
%div
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author)
|