Skip to content

Commit

Permalink
Inclusão de titulo para listagem de paciente e transporte
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigmars committed May 25, 2024
1 parent d71651f commit 7710614
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pacientes/templates/lista_pacientes.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@
{% block content %}
<form action="" method="get" class="form_row_list">

<div class="row-left col-5">
<a class="button-link" href="{% url 'criar_paciente' %}">Criar paciente</a>
</div>

<div class="row">

<div class="col-5">
<h2>Relação de Pacientes</h2>
</div>

<div class="row-left col-5">
<a class="button-link" href="{% url 'criar_paciente' %}">Criar paciente</a>
</div>

<div class="col-5">
<table class="data-list-atlas">
<tr>
Expand Down
1 change: 1 addition & 0 deletions templates/static/css/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}

.form_row_list h2 {
color: #333;
text-align: center;
}

Expand Down
1 change: 1 addition & 0 deletions templates/static/css/patient-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

.form_row h2 {
color: #333;
text-align: center;
}

Expand Down
1 change: 1 addition & 0 deletions templates/static/css/transporte-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

.form_row h2 {
color: #333;
text-align: center;
}

Expand Down
3 changes: 3 additions & 0 deletions transportes/templates/lista_transportes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<form action="" method="get" class="form_row_list">

<div class="row">
<div class="col-5">
<h2>Relação de Transportes</h2>
</div>
<div class="col-5">
<table class="data-list-atlas">
<tr>
Expand Down

0 comments on commit 7710614

Please sign in to comment.