refactor workspaces layout
This commit is contained in:
parent
dcbe8990b7
commit
1204847a82
@ -1,12 +1,8 @@
|
|||||||
{% extends "base.html.to" %}
|
{% extends "base.html.to" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class='col'>
|
||||||
<main class="usa-section usa-content usa-width-one-whole">
|
<table>
|
||||||
|
|
||||||
<h1>Workspaces</h1>
|
|
||||||
|
|
||||||
<table class="usa-table-borderless" width="100%">
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" width="50%">Workspace Name</th>
|
<th scope="col" width="50%">Workspace Name</th>
|
||||||
@ -29,8 +25,6 @@
|
|||||||
{% end %}
|
{% end %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</main>
|
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user