Rename workplaces.html to workspaces.html

This commit is contained in:
Luis Cielak 2018-05-31 09:44:23 -04:00
parent 5080f0fa60
commit 4237e32219

View File

@ -1,34 +0,0 @@
{% extends "base.html.to" %}
{% block content %}
<main class="usa-section usa-content usa-width-one-whole" id="main-content">
<h1>Workspaces</h1>
<table class="usa-table-borderless" width="100%">
<thead>
<tr>
<th scope="col" width="50%">Workplace Name</th>
<th scope="col" width="30%">Workplace Info</th>
<th scope="col" width="20%">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">
<a href="">Unclassified IaaS and PaaS for Defense Digital Service (DDS)</a><br>
Task Order: #123456
</th>
<td>
<span class="usa-label">23</span><br>Users
</td>
<td><button class="usa-button-secondary">Launch</button></td>
</tr>
</tbody>
</table>
</main>
{% end %}