Skip to content

Commit

Permalink
Add result type to collaborators heading
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Jan 2, 2025
1 parent fecf2ef commit 3ae953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h5 class="card-title">Workstreams</h5>
{% if collaborators %}
<div class="card">
<div class="card-body">
<h5 class="card-title">Top Collaborators for {{ type|title }}</h5>
<h5 class="card-title">Top Collaborators for {{ outputs.meta.result_type|title }}s</h5>
<ul class="list-group list-group-flush">
{% for colab in collaborators %}
<li class="list-group-item"><a href="{{ url_for('author', id=colab.uuid) }}">{{ colab.first_name}} {{ colab.last_name }}</a>
Expand Down

0 comments on commit 3ae953a

Please sign in to comment.