11 lines
559 B
Ruby
11 lines
559 B
Ruby
class SpreeDigitalHooks < Spree::ThemeSupport::HookListener
|
|
Deface::Override.new(:virtual_path => "spree/admin/shared/_product_tabs",
|
|
:name => "converted_admin_product_tabs_986577829",
|
|
:insert_bottom => "[data-hook='admin_product_tabs'], #admin_product_tabs[data-hook]",
|
|
:text => " <li<%== ' class=\"active\"' if current == \"Digital Versions\" %>>
|
|
<%= link_to t(\"digital_versions\"), admin_product_digitals_path(@product) %>
|
|
</li>
|
|
",
|
|
:disabled => false)
|
|
end
|