|
|
@ -11,12 +11,12 @@ |
|
|
|
<h1 class="govuk-heading-l"><%= @organisation.name %></h1> |
|
|
|
<h1 class="govuk-heading-l"><%= @organisation.name %></h1> |
|
|
|
</h1> |
|
|
|
</h1> |
|
|
|
|
|
|
|
|
|
|
|
<h2 class="govuk-visually-hidden">Logs</h2> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= render SubNavigationComponent.new( |
|
|
|
<%= render SubNavigationComponent.new( |
|
|
|
items: secondary_items(request.path, @organisation.id), |
|
|
|
items: secondary_items(request.path, @organisation.id), |
|
|
|
) %> |
|
|
|
) %> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="govuk-visually-hidden">Logs</h2> |
|
|
|
|
|
|
|
|
|
|
|
<div class="app-filter-layout" data-controller="filter-layout"> |
|
|
|
<div class="app-filter-layout" data-controller="filter-layout"> |
|
|
|
<%= render partial: "case_logs/log_filters" %> |
|
|
|
<%= render partial: "case_logs/log_filters" %> |
|
|
|
<div class="app-filter-layout__content"> |
|
|
|
<div class="app-filter-layout__content"> |
|
|
|