Skip to content

Commit 316fa1a

Browse files
committed
added room management link
1 parent 23331cc commit 316fa1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/coliving_web/templates/layout/app.html.eex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<nav role="navigation">
1515
<ul>
1616
<%= if @conn.assigns[:logged_in] do %>
17+
<li>
18+
<a href="/rooms">Room Management</a>
19+
</li>
1720
<%= if function_exported?(Routes, :live_dashboard_path, 2) do %>
1821
<li><%= link "Live Dashboard", to: Routes.live_dashboard_path(@conn, :home) %></li>
1922
<% end %>

0 commit comments

Comments
 (0)