Skip to content

Commit

Permalink
Merge pull request #384 from navikt/oms-meldt-inn-endringer
Browse files Browse the repository at this point in the history
Ny mal for meldt inn endringer for Omstillingstønad
  • Loading branch information
Bjodn authored Jan 9, 2025
2 parents d9b3a24 + 5ece5d9 commit 464a95c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sakId": 123,
"type": "ANNEN",
"endringer": "Fritekst med endringer fra bruker...",
"tidspunkt": "20.11.2024 05:06:07"
}
30 changes: 30 additions & 0 deletions apps/ey-pdfgen/templates/omsendringer/oms_meldt_inn_endring_v1.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="UTF-8" />
{{> eypdfgen/partials_v2/style}}
<title>Meldt inn endringer for Omstillingsstønad med sakId {{ sakId }}</title>
</head>
<body>

<div id="header">
<img class="navlogo" src="{{ image "Navlogo.png" }}" />
<h1 class="title" >Meldt inn endringer for Omstillingsstønad med sakId {{ sakId }}</h1>
</div>
<div>
<h4>
Det ble oppgitt {{ tidspunkt }}
</h4>

<div class="row opplysning">
<div class="col">Endringstype</div>
<div class="col">{{ type }}</div>
</div>
<div class="row opplysning">
<div class="col">Beskrivelse av endring</div>
<div class="col">{{ endringer }}</div>
</div>
</div>

</body>
</html>

0 comments on commit 464a95c

Please sign in to comment.