Sha256: 3ec681a276617935fff59ec827bc6146ebefa03efe174b1c4fb8bc92d997c62a
Contents?: true
Size: 690 Bytes
Versions: 118
Compression:
Stored size: 690 Bytes
Contents
<% content_for :title, "Component audit" %> <%= render 'govuk_publishing_components/components/title', title: "Components audit", margin_top: 0; %> <% applications = capture do %> <%= render "applications" %> <% end %> <% components = capture do %> <%= render "components" %> <% end %> <% if @in_application or @other_applications %> <%= render "govuk_publishing_components/components/tabs", { tabs: [ { id: "applications", label: "Applications", content: applications, }, { id: "components-gem", label: "Components", content: components, } ] } %> <% else %> <%= render "components" %> <% end %>
Version data entries
118 entries across 118 versions & 1 rubygems