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