Skip to content

Commit

Permalink
Add links to manage playlists, vice versa.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Oct 5, 2015
1 parent 4359bfe commit 07c3434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion views/playlists.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ extends layout

block content
.well.content-well
h3
h2
if (user && user._id.toString() === person._id.toString())
a.pull-right.btn.btn-default(href="/#{user.slug}/playlists/new") Add New »
| #{person.username}'s Sets
small or,
a(href="/sets") all sets »

table.table.tablesorter
thead
tr
Expand Down
5 changes: 4 additions & 1 deletion views/sets.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends layout
block content
.well.content-well

h1
h2
.btn-group.pull-right
if (user)
a.btn.btn-large(href="/#{user.slug}/playlists/new") Create New »
Expand All @@ -17,6 +17,9 @@ block content
a(href="/sets/import?sourceName=spotify") From Spotify »

| Public Sets
if (user)
small or,
a(href="/#{user.slug}/sets") your sets »

table.table.tablesorter
thead
Expand Down

0 comments on commit 07c3434

Please sign in to comment.