Skip to content

Commit

Permalink
REMOVES: path logs
Browse files Browse the repository at this point in the history
  • Loading branch information
wayungi committed Nov 17, 2022
1 parent f12b00f commit 704d85f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/inventories/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</p>
<% end %>
</div>
<%# <%= link_to "New inventory", new_inventory_path %>
<%= link_to "New inventory", new_inventory_path %>


4 changes: 0 additions & 4 deletions app/views/inventories/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<h1>New inventory</h1>

<p>find me in views/inventories/new.html.erb</p>
<p>my path is: new_inventory_path /inventories#new </p>


<%= render "form", inventory: @inventory %>

<br>
Expand Down

0 comments on commit 704d85f

Please sign in to comment.