Skip to content

Commit

Permalink
git push
Browse files Browse the repository at this point in the history
  • Loading branch information
noopy0415 committed Apr 25, 2018
1 parent b5539d3 commit 06fb280
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 @@ -25,7 +25,7 @@
<%= button_to "編集", edit_product_path, method: :get, class: "btn btn-default" %>
<% end %>
<% else %>
<%= button_to "購入", buy_product_path(@product), disabled: true, class: "btn btn-default" %>
<%= button_to "購入", product_path(@product), disabled: true, class: "btn btn-default" %>
<% end %>
</div>
</div>

0 comments on commit 06fb280

Please sign in to comment.