11 lines
399 B
HTML
11 lines
399 B
HTML
{{ templates.repo_sender_prefix }}
|
|
{% if action == OPEN %}
|
|
opened {{ merge_request_link(object_attributes) }}
|
|
{% if object_attributes.description %}
|
|
<blockquote>{{ object_attributes.description|markdown }}</blockquote>
|
|
{% endif %}
|
|
{{ fancy_labels(labels) }}
|
|
{% else %}
|
|
{{ object_attributes.action.past_tense }}
|
|
{{ merge_request_link(object_attributes) }}
|
|
{% endif %}
|