Rename review route and template to view because it better reflects the purpose of the route and template

This commit is contained in:
leigh-mil
2019-12-19 14:28:00 -05:00
parent 2f7a974955
commit cbcac2b142
9 changed files with 12 additions and 12 deletions

View File

@@ -26,7 +26,7 @@
{% endif %}
{% endset %}
<div class="accordion__content--list-item">
<h4><a href="{{ url_for('task_orders.review_task_order', task_order_id=task_order.id) }}">{{ to_number }} {{ Icon("caret_right", classes="icon--tiny icon--primary" ) }}</a></h4>
<h4><a href="{{ url_for('task_orders.view_task_order', task_order_id=task_order.id) }}">{{ to_number }} {{ Icon("caret_right", classes="icon--tiny icon--primary" ) }}</a></h4>
{% if status != 'Expired' -%}
<div class="row">
<div class="col col--grow">