Sha256: bbaacf0f1ed242d3104370fd94f9aead4ee2981b3a5f8dbccb56c32f4e18af9d
Contents?: true
Size: 741 Bytes
Versions: 23
Compression:
Stored size: 741 Bytes
Contents
<div class="d-lg-none page-actions__close border-bottom text-right"> <button id="contextual-menu-close" class="btn btn-link" type="button" aria-expanded="false" aria-label="Toggle page actions"> <%= svg_icon name: "cancel.svg", width: '20', height: '20' %> </button> </div> <% if content_for?(:page_actions) %> <div class="page-actions d-lg-none col-12 px-0 <% if content_for?(:sidebar) %>pb-3<% end %> text-center" data-hook="toolbar"> <div class="d-flex justify-content-center flex-wrap"> <%= yield :page_actions %> </div> </div> <% end %> <% if content_for?(:sidebar) %> <aside id="sidebar" class="main-right-sidebar px-0 pl-lg-2" data-hook> <%= yield :sidebar %> </aside> <% end %>
Version data entries
23 entries across 23 versions & 1 rubygems