Skip to content

Commit

Permalink
playlists for admin only
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfiredrill committed Jan 20, 2024
1 parent 8318559 commit 00f9d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/side-navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<li class="hover:bg-gray-800 rounded px-2 py-1">
<LinkTo @route="authenticated.schedule">Schedule</LinkTo>
</li>
<li class="mt-1 hover:bg-gray-800 rounded px-2 py-1">
<LinkTo @route="authenticated.playlists.show" @model={{this.currentRadio.radio.defaultPlaylistId}}>Media</LinkTo>
</li>
{{/if}}
<li class="mt-1 hover:bg-gray-800 rounded px-2 py-1">
<LinkTo @route="authenticated.playlists.show" @model={{this.currentRadio.radio.defaultPlaylistId}}>Media</LinkTo>
</li>
<li class="hover:bg-gray-800 rounded px-2 py-1">
<LinkTo @route="authenticated.host-applications">Dj Applications</LinkTo>
</li>
Expand Down

0 comments on commit 00f9d6f

Please sign in to comment.