From a6ccc77ce5daa218e71d8c9f24b732992d9ced56 Mon Sep 17 00:00:00 2001 From: Olivier Goulet <olivier.goulet@eclipse-foundation.org> Date: Thu, 9 Nov 2023 20:23:23 +0000 Subject: [PATCH] fix: display committer text from api --- js/src/templates/home/featured-project-committer.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/templates/home/featured-project-committer.mustache b/js/src/templates/home/featured-project-committer.mustache index 38fe0b5..12eeee0 100644 --- a/js/src/templates/home/featured-project-committer.mustache +++ b/js/src/templates/home/featured-project-committer.mustache @@ -7,7 +7,7 @@ <div class="featured-card-details"> <div class="featured-card-details-item featured-card-details-item-highlighted"> <div class="featured-card-details-item-content"> - <strong>{{committer.name}}</strong> | Committer to {{project.name}} + <strong>{{committer.name}}</strong> | {{committer.body}} </div> </div> <a class="featured-card-details-item" href="{{committer.url}}"> -- GitLab