Skip to content

Commit

Permalink
Tweak vaccine batch table layout (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto authored Sep 11, 2024
1 parent 7f8211a commit 201fa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/vaccines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="nhsuk-heading-m">{{ data.sites[site].name }}</h2>
<th role="columnheader" class="" scope="col">
Active batches
</th>
<th role="columnheader" class="" scope="col">
<th role="columnheader" class="" scope="col" colspan="2">

</th>
</tr>
Expand All @@ -85,7 +85,7 @@ <h2 class="nhsuk-heading-m">{{ data.sites[site].name }}</h2>
{{ thisVaccine.batches | length }}
</td>
<td class="nhsuk-table__cell ">
<div class="nhsuk-u-margin-bottom-2"><a href="/vaccines/{{ thisVaccine.id }}" class="nhsuk-link">View product</a></div>
<a href="/vaccines/{{ thisVaccine.id }}" class="nhsuk-link">View product</a>
</td>
<td class="nhsuk-table__cell ">
<div><a href="/vaccines/{{ thisVaccine.id }}/add" class="nhsuk-link">Add batch</a></div>
Expand Down

0 comments on commit 201fa87

Please sign in to comment.