Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Aug 27, 2024
2 parents 234527b + 7b5079b commit 6e770ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h5>{% trans "Reviews & assignees" %}</h5>
</div>
</div>

<div class="wrapper wrapper--sidebar-buttons">
<div class="wrapper wrapper--sidebar-buttons gap-4">
{% include 'review/includes/review_button.html' with submission=object class="button--half-width" %}
{% if request.user.is_apply_staff and object.reviews.exists %}
<a href="{% url 'apply:submissions:reviews:list' submission_pk=object.id %}" class="button button--white button--half-width">{% trans "View all" %}</a>
Expand Down

0 comments on commit 6e770ae

Please sign in to comment.