summaryrefslogtreecommitdiff
path: root/lib/gitlab/changelog/template.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/changelog/template.tpl')
-rw-r--r--lib/gitlab/changelog/template.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/changelog/template.tpl b/lib/gitlab/changelog/template.tpl
index 584939dff51..68c1c624394 100644
--- a/lib/gitlab/changelog/template.tpl
+++ b/lib/gitlab/changelog/template.tpl
@@ -4,7 +4,7 @@
{% each entries %}
- [{{ title }}]({{ commit.reference }})\
-{% if author.contributor %} by {{ author.reference }}{% end %}\
+{% if author.credit %} by {{ author.reference }}{% end %}\
{% if merge_request %} ([merge request]({{ merge_request.reference }})){% end %}
{% end %}