Rename accounts to workplaces

This commit is contained in:
Luis Cielak
2018-05-30 15:05:10 -04:00
parent 5016d9ea60
commit 1ee9b99876
4 changed files with 5 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
<ul class="usa-nav-primary usa-accordion">
{% for item in [
['home', 'Home'],
['accounts', 'Accounts'],
['workplaces', 'Workplaces'],
['requests', 'Requests'],
['users', 'Users' ],
['reports', 'Reports' ],

View File

@@ -4,13 +4,13 @@
<main class="usa-section usa-content usa-width-one-whole" id="main-content">
<h1>Accounts</h1>
<h1>Workplaces</h1>
<table class="usa-table-borderless" width="100%">
<thead>
<tr>
<th scope="col" width="50%">Account Name</th>
<th scope="col" width="30%">Account Info</th>
<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>