Sha256: a2a1eaccf93c1c2dd4f09bb9d7bd016ae92e4c5bc2e2bf379d3088259265cbf9
Contents?: true
Size: 603 Bytes
Versions: 35
Compression:
Stored size: 603 Bytes
Contents
<% cache [base_cache_key, taxon, 'header'] do %> <div class="py-md-3 text-uppercase taxon-title"> <%= @taxon.name %> </div> <% unless @taxon.description.blank? %> <div class="py-3 py-md-0 taxon-description"><%= @taxon.description %></div> <% end %> <% if @taxon.icon&.attachment %> <div class="d-none d-md-block pt-4 taxon-icon"> <%= lazy_image( src: main_app.url_for(@taxon.icon.attachment), alt: @taxon.description || Spree.t('taxon_missing_alt'), width: 1110, height: 300, class: 'w-100' ) %> </div> <% end %> <% end %>
Version data entries
35 entries across 35 versions & 1 rubygems