Skip to content

Commit

Permalink
feat(citas): incluye createdBy en detalle de agenda (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
plammel authored Oct 29, 2020
1 parent 4bbfa11 commit 245d251
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
estadosAgenda[agenda.estado]?.nombre }}</plex-badge>
<plex-help type="help" icon="information-variant" titulo="Detalle de agenda">
<div class="container mb-4">
<div class="row">
<div class="col-12">
<label>Creada por</label> {{ agenda.createdBy | nombre }}
</div>
</div>
<div class="row">
<div class="col-12">
<label>Fecha</label> {{ agenda.horaInicio | date: 'EEE' | uppercase }} {{ agenda.horaInicio
Expand Down
5 changes: 5 additions & 0 deletions src/app/components/turnos/gestor-agendas/turnos.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
estadosAgenda[agenda.estado]?.nombre }}</plex-badge>
<plex-help type="help" icon="information-variant" titulo="Detalle de agenda">
<div class="container mb-4">
<div class="row">
<div class="col-12">
<label>Creada por </label> {{ agenda.createdBy | nombre }}
</div>
</div>
<div class="row">
<div class="col-12">
<label>Fecha</label> {{ agenda.horaInicio | date: 'EEE' | uppercase }} {{ agenda.horaInicio
Expand Down

0 comments on commit 245d251

Please sign in to comment.