Skip to content

Commit

Permalink
Adds link and html file for merchant item show page closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinD85 committed May 26, 2019
1 parent b89372c commit 2ed9016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/merchant/items/index.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Merchant Items
2 changes: 2 additions & 0 deletions app/views/merchant/merchants/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<%= current_user.state%>
<%= current_user.zip%>
</div>
<div>
<%=link_to "View my items", merchant_items_path%>
<div id="order-info">
<%current_user.pending_orders.each do |order| %>
<div>
Expand Down

0 comments on commit 2ed9016

Please sign in to comment.