Skip to content

Commit

Permalink
Owner (LeanKhan#5)
Browse files Browse the repository at this point in the history
* Here is the new search.eta

* Hey, ignore vscode program.
  • Loading branch information
Shugaba-Wuta authored Feb 9, 2021
1 parent 622a3e5 commit b987e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
/Client/node_modules
.vscode
/SocketServer/data
/SocketServer/data
/SocketServer/.vscode
/Client/.vscode
2 changes: 1 addition & 1 deletion Client/views/search.eta
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<td>
<%= data.luggage.owner.firstname %> <%= data.luggage.owner.lastname %>
</td>
<td><%= luggage.date_added %></td>
<td><%= data.luggage.date_added %></td>
<td>
<div id="table-action-button">
<label>
Expand Down

0 comments on commit b987e4e

Please sign in to comment.