Skip to content

Commit

Permalink
Remove unused title from admin product tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec authored Mar 10, 2020
1 parent b648109 commit 94f9727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
insert_bottom: "[data-hook='admin_product_tabs']",
text: <<-HTML
<li>
<%= link_to_with_icon 'translate', Spree.t(:'i18n.translations'), spree.admin_translations_url('products', @product.slug), title: Spree.t(:'i18n.translations'), class: "\#\{'active' if current == 'Translations'\} nav-link" %>
<%= link_to_with_icon 'translate', Spree.t(:'i18n.translations'), spree.admin_translations_url('products', @product.slug), class: "\#\{'active' if current == 'Translations'\} nav-link" %>
</li>
HTML
)

0 comments on commit 94f9727

Please sign in to comment.