Skip to content

Commit

Permalink
fix product path when user is logged as store
Browse files Browse the repository at this point in the history
  • Loading branch information
lopez-alex committed Aug 15, 2016
1 parent 63096ad commit f959573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/products/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</p>

<div class="product-action--container text-right">
<%= link_to edit_product_path(@product) do %>
<%= link_to edit_stores_product_path(@product) do %>
<i class="product-action--item fa fa-pencil"></i>
<% end %>

Expand Down

0 comments on commit f959573

Please sign in to comment.