Remove request-related models
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Portfolio Name</th>
|
||||
<th>Task Order</th>
|
||||
<th>Users</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -16,9 +15,6 @@
|
||||
<td>
|
||||
<a class='icon-link icon-link--large' href="/portfolios/{{ portfolio.id }}/applications">{{ portfolio.name }}</a><br>
|
||||
</td>
|
||||
<td>
|
||||
#{{ portfolio.legacy_task_order.number }}
|
||||
</td>
|
||||
<td>
|
||||
<span class="label">{{ portfolio.user_count }}</span><span class='h6'>Users</span>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user