Remove navigation links

This commit is contained in:
2023-03-19 17:49:16 +02:00
parent f68a09c1a8
commit 98a7e1403e

View File

@@ -12,15 +12,6 @@
<body> <body>
<header> <header>
<section class="container"> <section class="container">
<nav>
<ul>
<li><%= link "Ilmoittaudu", to: Routes.order_registration_path(@conn, :index) %></li>
<li><%= link "Tilaukset", to: Routes.order_index_path(@conn, :index) %></li>
<%= if function_exported?(Routes, :live_dashboard_path, 2) do %>
<li><%= link "LiveDashboard", to: Routes.live_dashboard_path(@conn, :home) %></li>
<% end %>
</ul>
</nav>
<img src={Routes.static_path(@conn, "/images/logo.jpg")} alt="Osuuspuutarha Logo"/> <img src={Routes.static_path(@conn, "/images/logo.jpg")} alt="Osuuspuutarha Logo"/>
<h1>Livonsaaren Osuuspuutarha</h1> <h1>Livonsaaren Osuuspuutarha</h1>
</section> </section>