Sha256: 82d4c41b2d6653d463e11d1a5894d9f0f5b29fc77dbdd695e0003f7bbb9c153f
Contents?: true
Size: 824 Bytes
Versions: 113
Compression:
Stored size: 824 Bytes
Contents
<% add_gem_component_stylesheet("table") add_gem_component_stylesheet("select") add_gem_component_stylesheet("summary-list") %> <% 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
113 entries across 113 versions & 1 rubygems