Skip to content

Commit 8771ac4

Browse files
committed
Review button
1 parent 17ec4b4 commit 8771ac4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hypha/apply/funds/templates/funds/includes/admin_primary_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2 class="mb-2 card-title">{% trans "Actions to take" %}</h2>
3131

3232
{% if object.in_internal_review_phase or object.in_external_review_phase %}
3333
{% trans "Complete draft review" as review_draft %}
34-
{% include 'review/includes/review_button.html' with submission=object class="button--full-width button--bottom-space" draft_text=review_draft %}
34+
{% include 'review/includes/review_button.html' with submission=object draft_text=review_draft %}
3535

3636
{% if object.in_external_review_phase or not object.has_all_reviewer_roles_assigned %}
3737
<button

hypha/apply/funds/templates/funds/includes/generic_primary_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 class="card-title">{% trans "Actions to take" %}</h2>
77

88
{% if object.in_internal_review_phase or object.in_external_review_phase %}
99
{% trans "Complete draft review" as review_draft %}
10-
{% include 'review/includes/review_button.html' with submission=object class="button--full-width button--bottom-space" draft_text=review_draft %}
10+
{% include 'review/includes/review_button.html' with submission=object draft_text=review_draft %}
1111
{% endif %}
1212

1313
{% if object.is_finished %}

0 commit comments

Comments
 (0)