Merge pull request #1051 from dod-ccpo/remove-loas

Remove LOAs
This commit is contained in:
graham-dds
2019-08-30 11:52:52 -04:00
committed by GitHub
14 changed files with 32 additions and 127 deletions

View File

@@ -43,7 +43,6 @@
<th>{{ "task_orders.review.clins.obligated" | translate }}</th>
<th>{{ "task_orders.review.clins.pop_start" | translate }}</th>
<th>{{ "task_orders.review.clins.pop_end" | translate }}</th>
<th>{{ "task_orders.review.clins.loa" | translate }}</th>
</tr>
</thead>
@@ -59,14 +58,6 @@
</td>
<td>{{ clin.start_date | formattedDate }}</td>
<td>{{ clin.end_date | formattedDate }}</td>
<td class="task-order__loa">
{% for loa in clin.loas %}
<span title='{{ loa }}'>
{{ loa }}
</span>
<br />
{% endfor %}
</td>
</tr>
</tbody>
</table>