Renamed "All items" to "Items".
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<%~ E.includeFile("partials/head.eta.html", {"title": "Dashboard"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "AllItems"}) %>
|
||||
<%~ E.includeFile("partials/head.eta.html", {"title": "Items"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "Items"}) %>
|
||||
|
||||
<!-- TODO: Center table content -->
|
||||
<h1>All items</h1>
|
||||
<h1>Items</h1>
|
||||
<div class="container">
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user