Ignore:
Timestamp:
01/06/23 21:08:03 (18 months ago)
Author:
andrejtodorovski <82031894+andrejtodorovski@…>
Branches:
main
Children:
89865ae
Parents:
9dcbf44
Message:

Added all advanced reports, added bootstrap for every template

File:
1 edited

Legend:

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

    r9dcbf44 rcab5859  
    11<div>
    2   <h1>Мои следни нарачки</h1>
     2  <h1 class="mb-3 mt-3">Мои следни нарачки</h1>
    33  <h1 th:if="${hasError}" th:text="${error}"></h1>
    44  <div th:if="${!hasError}">
    5   <table>
    6     <thead>
     5  <table class="table table-bordered">
     6    <thead class="thead-dark">
    77    <tr>
    88      <th>Статус на достава</th>
Note: See TracChangeset for help on using the changeset viewer.