fix: ajuste de header de página
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Clientes";
|
ViewData["Title"] = "Clientes";
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="d-flex justify-content-between align-items-center my-3">
|
<div class="d-flex justify-content-between align-items-center my-3">
|
||||||
<h2>Clientes</h2>
|
<h3>Clientes</h3>
|
||||||
<button class="btn btn-primary" type="button" id="createClientBtn">Adicionar Cliente</button>
|
<button class="btn btn-primary" type="button" id="createClientBtn">Adicionar Cliente</button>
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
|
Reference in New Issue
Block a user