Ignore:
Timestamp:
01/06/23 19:17:05 (18 months ago)
Author:
andrejtodorovski <82031894+andrejtodorovski@…>
Branches:
main
Children:
cab5859
Parents:
d4b888e
Message:

Added full functionality for changing delivery status,
added bootstrap for some pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/services.html

    rd4b888e r9dcbf44  
    11<div>
    22  <main>
    3     <h1>Информации за сервиси</h1>
    4     <table>
    5       <thead>
     3    <h1 class="mt-3 mb-3">Информации за сервиси</h1>
     4    <table class="table table-bordered">
     5      <thead class="thead-dark">
    66      <tr>
    7         <th>Name</th>
    8         <th>Number of reviews</th>
    9         <th>Average rating</th>
     7        <th scope="col">Име на сервис</th>
     8        <th scope="col">Број на критики</th>
     9        <th scope="col">Просечна оценка</th>
    1010      </tr>
    1111      </thead>
Note: See TracChangeset for help on using the changeset viewer.