Sha256: 060957aff997626a724323b80f4a24566bed44aa16cee52d7899c6657e7964c8

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

Stored size: 253 Bytes

Contents

<% if can?(:admin, Spree::Attachment) && !@product.deleted? %>
  <%= content_tag :li, class: ('active' if current == 'Documents') do %>
    <%= link_to t('spree.admin.attachments.title'), admin_product_attachments_url(@product) %>
  <% end %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
solidus_product_attachments-0.0.7 app/views/spree/shared/_product_documents_tab.html.erb
solidus_product_attachments-0.0.6 app/views/spree/shared/_product_documents_tab.html.erb
solidus_product_attachments-0.0.5 app/views/spree/shared/_product_documents_tab.html.erb
solidus_product_attachments-0.0.4 app/views/spree/shared/_product_documents_tab.html.erb
solidus_product_attachments-0.0.2 app/views/spree/shared/_product_documents_tab.html.erb
solidus_product_attachments-0.0.1 app/views/spree/shared/_product_documents_tab.html.erb