Skip to content
Snippets Groups Projects

Add name and payscale to raise request preview

1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
@@ -31,12 +31,17 @@
<div class="flex vertical p-7">
<h1 class="underlined font-500" th:text="#{raiseRequest.view}"></h1>
<div class="mb-2 flex vertical gap-0">
<span th:text="|Student: ${request.person.displayName}|"></span>
<span th:text="|Pay scale: ${request.payScale.detailedString()}|"></span>
</div>
<object
th:data="|/raise-request/${request.id}/proof.pdf|"
type="application/pdf"
width="100%"
height="500px"
style="min-width: 75vw; min-height: calc(90vh - 10rem)">
style="min-width: 75vw; min-height: calc(90vh - 12rem)">
<div class="flex vertical">
<p>Cannot display PDF.</p>
<a th:href="@{/raise-request/{id}/proof(id=${request.id})}" class="button">
Loading