Sha256: 8b1382959779c3a23327e952e73e4d0ba3181e0281c28d6149ea4ba1d79fd7cd
Contents?: true
Size: 722 Bytes
Versions: 8
Compression:
Stored size: 722 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"> <% if taxon_wysiwyg_editor_enabled? %> <%= raw @taxon.description %> <% else %> <%= @taxon.description %> <% end %> <% 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
8 entries across 8 versions & 1 rubygems