Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit fe0bc35c authored by 65160394's avatar 65160394
Browse files

Project Round 2

parent 8d0eaa69
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,8 @@ ...@@ -18,9 +18,8 @@
</header> </header>
<section class="tour-list"> <section class="tour-list">
<% if (tours.length === 0) { %>
<p>No tours available at the moment. Please check back later.</p> <h2>Available Tours</h2>
<% } else { %>
<ul> <ul>
<% tours.forEach(tour => { %> <% tours.forEach(tour => { %>
<li class="tour-card"> <li class="tour-card">
...@@ -39,8 +38,6 @@ ...@@ -39,8 +38,6 @@
</li> </li>
<% }) %> <% }) %>
</ul> </ul>
<% } %>
</section> </section>
<footer> <footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment