Request approval UI and styles

This commit is contained in:
Andrew Croce
2018-07-26 12:24:49 -04:00
parent 222c082533
commit bb207806ee
4 changed files with 289 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
</div>
</div>
</div>
<div class="panel">
<div class='responsive-table-wrapper'>
<table>
@@ -47,7 +47,10 @@
<td>{{ r['full_name'] }}</td>
<td>{{ r['app_count'] }}</td>
<td>{{ r['status'] }}</td>
<td><a href="">Download</a></td>
<td>
<a href="">Download</a>
<a href="/request/approval">Approval</a>
</td>
</tr>
{% end %}
</tbody>