Skip to content

Commit

Permalink
fix(ui): Increase readability in "Members" list (#11840)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Feb 25, 2025
1 parent 87c9359 commit 7825c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/templates/dojo/view_product_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h4 class="pull-left">{% trans "Members" %}</h4>
<td>{{ member.user.get_full_name }}</td>
<td>
<a class="" href="{% url 'view_product_type' member.product_type.id %}">
{{ member.product_type }}
Product type: {{ member.product_type }}
</a>
</td>
<td>{{ member.role }}</td>
Expand Down

0 comments on commit 7825c53

Please sign in to comment.