Browse Source

Tasklist width

pull/21/head
baarkerlounger 3 years ago
parent
commit
9f6db62245
  1. 4
      app/views/case_logs/show.html.erb

4
app/views/case_logs/show.html.erb

@ -1,3 +1,5 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">Tasklist for log
<%= @case_log.id %></h1>
@ -9,3 +11,5 @@
</p>
<%= render "tasklist" %>
</div>
</div>

Loading…
Cancel
Save