Skip to content

Commit

Permalink
web:lab: add back link to lab index
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-octo committed Jun 3, 2024
1 parent c42ccde commit 45d45f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/lib/risteys_web/controllers/lab_test_html/show.html.heex
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<nav class="fluid-container">
<a href={~p"/lab-tests/"} style="text-decoration: none">
← <span style="text-decoration: underline">Index of lab tests</span>
</a>
</nav>

<main class="lab-test-page">
<h1 class="fluid-container"><%= @lab_test.name %></h1>

Expand All @@ -6,7 +12,6 @@
<h2>Lab values</h2>

<div class="highlight-content">

<%= case @main_obsplot do %>
<% nil -> %>
The lab value distribution is not available
Expand Down

0 comments on commit 45d45f8

Please sign in to comment.