Skip to content
Snippets Groups Projects
Commit a6ccc77c authored by Olivier Goulet's avatar Olivier Goulet
Browse files

fix: display committer text from api

parent e19e94fe
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<div class="featured-card-details"> <div class="featured-card-details">
<div class="featured-card-details-item featured-card-details-item-highlighted"> <div class="featured-card-details-item featured-card-details-item-highlighted">
<div class="featured-card-details-item-content"> <div class="featured-card-details-item-content">
<strong>{{committer.name}}</strong> | Committer to {{project.name}} <strong>{{committer.name}}</strong> | {{committer.body}}
</div> </div>
</div> </div>
<a class="featured-card-details-item" href="{{committer.url}}"> <a class="featured-card-details-item" href="{{committer.url}}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment