Skip to content

Commit

Permalink
remove donations, remove contact
Browse files Browse the repository at this point in the history
  • Loading branch information
cjstewart88 committed Apr 24, 2014
1 parent bf999ce commit 2dfe3eb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 96 deletions.
60 changes: 0 additions & 60 deletions app/assets/stylesheets/donate.scss

This file was deleted.

5 changes: 0 additions & 5 deletions app/assets/stylesheets/listening-options.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,3 @@
}
}
}

#curated-by-cody {
margin-top: 150px;
text-align: center;
}
15 changes: 0 additions & 15 deletions app/views/application/_donate.html.erb

This file was deleted.

14 changes: 0 additions & 14 deletions app/views/application/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,3 @@

<div class="clear"></div>
</div>

<div id="curated-by-cody" class="remove-when-searching">
<h2>Curated by Cody</h2>
<ul class="playlists with-playlist-art">
<% (User.exists?(27928) ? User.find(27928).playlists : []).each do | playlist | %>
<li id="<%= playlist.id %>">
<a href="<%= "/#{playlist.user.username}/playlist/#{url_encode(playlist.playlist_name)}" %>">
<img class="art" src="<%= playlist.art == '' || playlist.art.nil? ? '/assets/no-art.png' : playlist.art %>"/>
<span><%= playlist.playlist_name %></a></span>
</a>
</li>
<% end %>
</ul>
</div>
2 changes: 0 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,5 @@
<%= render :partial => 'player' %>
</div>

<%= render :partial => 'donate' %>
</body>
</html>

0 comments on commit 2dfe3eb

Please sign in to comment.