Skip to content

Commit

Permalink
temporarily hiding playlist sharing (until playlists can be public)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Bravo committed Jun 16, 2012
1 parent 4bda9b3 commit ae0eceb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/playlist/show.jade
Expand Up @@ -48,13 +48,13 @@
li.divider
li
a.add-to-playlist Add to Playlist
li.divider
li
a.share Share
//li.divider
//li
// a.share Share
- else if (playlist._id)
button.btn.btn-primary.btn-large.pull-right.share
i.icon-share
| Share
//button.btn.btn-primary.btn-large.pull-right.share
// i.icon-share
// | Share
- if (editName)
input.playlist-name-edit(maxlength= '50', name= 'playlist-name', value= playlist.name)
Expand Down

0 comments on commit ae0eceb

Please sign in to comment.