2019-04-19 14:10:52 -04:00
|
|
|
%p.details
|
|
|
|
#{link_to @issue.author_name, user_url(@issue.author)} created an issue:
|
2014-02-18 08:44:00 -05:00
|
|
|
|
2017-05-04 08:11:15 -04:00
|
|
|
- if @issue.assignees.any?
|
2014-02-18 08:44:00 -05:00
|
|
|
%p
|
2019-04-07 14:35:16 -04:00
|
|
|
= assignees_label(@issue)
|
2017-03-17 15:25:52 -04:00
|
|
|
|
|
|
|
- if @issue.description
|
|
|
|
%div
|
|
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author)
|