mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
16 lines
381 B
Smarty
16 lines
381 B
Smarty
{% if categories %}
|
|
{% each categories %}
|
|
### {{ title }} ({% if single_change %}1 change{% else %}{{ count }} changes{% end %})
|
|
|
|
{% each entries %}
|
|
- [{{ title }}]({{ commit.web_url }})\
|
|
{% if author.credit %} by {{ author.reference }}{% end %}\
|
|
{% if merge_request %} ([merge request]({{ merge_request.web_url }})){% end %}
|
|
|
|
{% end %}
|
|
|
|
{% end %}
|
|
{% else %}
|
|
No changes.
|
|
{% end %}
|