Sha256: cf73c6f80e295d52d8d9bee5eec7128534e192656d87cdc4cefac021939d2097
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
<% layout_id = "HTTP_ZUORA_LAYOUT_FETCH_TEMPLATE_ID" %> <% ui_path = "HTTP_ZUORA_UI_PATH" %> <% if request.headers[layout_id].present? || (!request.headers[ui_path].present? && !Rails.env.development?) %> <%= yield %> <% else %> <z-unified-nav-for-spas> <div slot="breadcrumbContent"> <%= yield %> </div> </z-unified-nav-for-spas> <script type="text/javascript" src="//cdn.zuora.com/@platform-ui/nav/bootstrap.js"></script> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zuora_connect_ui-0.12.0 | app/views/zuora_connect_ui/_nav.html.erb |