Changeset 4bfcc04 for src/main/resources/templates/workers.html
- Timestamp:
- 02/09/23 14:37:33 (23 months ago)
- Branches:
- master
- Children:
- ff75720
- Parents:
- 6a9006d (diff), a9ffccd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/workers.html
r6a9006d r4bfcc04 1 1 <div xmlns:th="http://www.thymeleaf.org"> 2 2 <h1 style="color: white">Вработени</h1> 3 <div class="container mb-4">3 <div style="color: white" class="container mb-4"> 4 4 <div class="row"> 5 5 <div class="col-12" > 6 <div class="table-responsive">7 <table class="table table-striped">6 <div style="color: white" class="table-responsive"> 7 <table style="color: white" class="table table-striped"> 8 8 <thead> 9 9 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.