Sha256: 741183cebb0f94878e77486eabe856f49beaab603f915c9ea2763e4b42c0a46c
Contents?: true
Size: 328 Bytes
Versions: 18
Compression:
Stored size: 328 Bytes
Contents
<%= render :image if has_image? %> <% if has_link_to_resource? && !link_whole_card? %> <%= link_to resource_path, class: "card__list-content" do %> <%= render :title_and_details %> <% end %> <% else %> <%= content_tag(:div, class: "card__list-content") do %> <%= render :title_and_details %> <% end %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems