Skip to content

Commit

Permalink
Merge pull request #50 from GeotrekCE/feat/AddEnventTime
Browse files Browse the repository at this point in the history
Add start time in event summary - cf #44
  • Loading branch information
amandine-sahl authored Jul 20, 2023
2 parents d6dcdf3 + 4570526 commit be79393
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions front-vite/src/components/EventSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@
</div>
</div>

<div class="col-span-full">
<label class="block text-sm font-medium leading-6 text-gray-900">Heure de RDV</label>
<div class="mt-2 flex-1 overflow-scroll min-h-[4rem] max-h-[10rem] p-2 text-gray-600 sm:text-sm sm:leading-6" v-html="event.start_time" />
</div>

<div class="col-span-full">
<label class="block text-sm font-medium leading-6 text-gray-900">Lieu de RDV</label>
<div class="mt-2 flex-1 overflow-scroll min-h-[4rem] rounded-sm shadow-sm ring-1 ring-inset ring-gray-300 cursor-not-allowed max-h-[10rem] p-2 text-gray-600 sm:text-sm sm:leading-6" v-html="event.meeting_point" />
Expand Down

0 comments on commit be79393

Please sign in to comment.