feature/share-libs
erb 13 lines 526 Bytes
Raw
1 <div class="row flex-wrapper">
2 <div></div>
3 <div class="col-md-12 pt-5">
4 <nav style="--bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);" aria-label="breadcrumb">
5 <ol class="breadcrumb">
6 <li class="breadcrumb-item">
7 <%= link_to t("breadcrumb_home"), root_url %>
8 </li>
9 <%= yield %>
10 </ol>
11 </nav>
12 </div>
13 </div>