Skip to content

Commit

Permalink
Add title to truncated review name tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Sep 4, 2023
1 parent f5374ad commit 8106d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div>
<a href="{% url 'apply:submissions:reviews:review' submission_pk=reviewer.submission.id pk=reviewer.review.id %}">
<div class="reviews-sidebar__name">
<span class="truncate">{{ reviewer }}</span>
<span class="truncate" title="{{ reviewer }}">{{ reviewer }}</span>
{% if reviewer.role %}{% image reviewer.role.icon max-12x12 %}{% endif %}
</div>
</a>
Expand Down

0 comments on commit 8106d2c

Please sign in to comment.