{% if is_update %}Update your review{% else %}Submit a review{% endif %}
{% if approved_disabled_reason %}
{{ approved_disabled_reason }}
{% endif %}
{% with textarea_id="pull-review-body", textarea_name="body", textarea_rows=4, textarea_value=body, textarea_classes="form-control", textarea_autofocus=true %} {% include "partials/markdown_preview_tabs.html" %} {% endwith %}
{% if not is_update %} {% with pending_attachment_prefix=("review-create-" ~ pull_number) %} {% include "repo/partials/pending_attachments.html" %} {% endwith %} {% endif %}
Cancel