Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
reshamsai150 committed Jul 20, 2024
1 parent 07accd4 commit ef721a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/error.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% layout("/layout/boilerplate") %>
<% layout("/layouts/boilerplate") %>

<div class="row">
<div class="alert alert-danger col-6 offset-3" role="alert">
Expand Down
4 changes: 2 additions & 2 deletions views/listings/index.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% layout("/layouts/boilerplate") %>
<%- layout("/layouts/boilerplate") %>
<body>
<h3>All Listings</h3>
<!-- <form method="GET" action="/listings/new">
Expand All @@ -17,7 +17,7 @@
</p>
</div>
</div>
 <% } %>
<% } %>
</div>
</body>

0 comments on commit ef721a8

Please sign in to comment.