Add menu link for properties
This commit is contained in:
parent
465045bbb5
commit
8e548cfa5a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<section class="container">
|
||||
<nav role="navigation">
|
||||
<ul>
|
||||
<li><a href="https://hexdocs.pm/phoenix/overview.html">Get Started</a></li>
|
||||
<li><%= link "Properties", to: Routes.property_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 %>
|
||||
|
|
Loading…
Reference in a new issue