DFE-Digital/govuk-components

View on GitHub
app/components/govuk_component/breadcrumbs_component.html.erb

Summary

Maintainability
Test Coverage
<%= tag.div(**html_attributes) do %>
  <ol class="<%= brand %>-breadcrumbs__list">
    <% @breadcrumbs.each do |link| %>
      <%= link %>
    <% end %>
  </ol>
<% end %>