Skip to content

Commit

Permalink
fix partial path
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Pirozhkov committed Apr 21, 2012
1 parent 7414f56 commit dd82e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/overrides/views_decorator.rb
Expand Up @@ -28,7 +28,7 @@
:virtual_path => "spree/admin/shared/_order_tabs",
:name => "synergy_admin_order_tabs",
:insert_bottom => "[data-hook='admin_order_tabs'], #admin_order_tabs[data-hook]",
:partial => "admin/orders/juridical_tabs",
:partial => "spree/admin/orders/juridical_tabs",
:disabled => false)

Deface::Override.new(
Expand Down

0 comments on commit dd82e75

Please sign in to comment.