Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUHAMAD ANDHAR DEZAN
Fasilkom Pet Clinic
Commits
3714c68b
Commit
3714c68b
authored
May 21, 2019
by
Andhar1
Browse files
Modify the html
parent
15967ad5
Pipeline
#18972
failed with stage
in 5 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/main/resources/templates/pets/createOrUpdateVisitForm.html
View file @
3714c68b
...
...
@@ -16,6 +16,7 @@
<th>
Birth Date
</th>
<th>
Type
</th>
<th>
Owner
</th>
<th>
Price
</th>
>
</tr>
</thead>
<tr>
...
...
@@ -50,6 +51,7 @@
<tr>
<th>
Date
</th>
<th>
Description
</th>
<th>
Price
</th>
</tr>
<tr
th:if=
"${!visit['new']}"
th:each=
"visit : ${pet.visits}"
>
<td
th:text=
"${#temporals.format(visit.date, 'yyyy-MM-dd')}"
/></td>
...
...
src/main/resources/templates/vets/vetList.html
View file @
3714c68b
...
...
@@ -12,6 +12,7 @@
<tr>
<th>
Name
</th>
<th>
Specialties
</th>
<th>
Price
</th>
</tr>
</thead>
<tbody>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment