Skip to content

Commit

Permalink
Use correct class for document_category.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Jan 8, 2025
1 parent 696d1f6 commit 0c08118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{% else %}
{% category_latest_file object document_category as latest_file %}
{% if latest_file %}
<div class="docs-block__row-inner">
<div class="docs-block__document-inner__actions">
<a class="docs-block__icon-link" href="{% url 'apply:projects:document' pk=object.pk file_pk=latest_file.pk %}" target="_blank">
{% heroicon_micro "eye" class="inline me-1" aria_hidden=true %}
{% trans "View" %}
Expand Down

0 comments on commit 0c08118

Please sign in to comment.