Skip to content

Commit

Permalink
Remove testing stuff from application layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Darep committed Jul 8, 2014
1 parent 64f3029 commit fa800b5
Showing 1 changed file with 5 additions and 39 deletions.
44 changes: 5 additions & 39 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>Beatstream - alpha</title>

<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/icon_32x32.png" sizes="32x32" />
<link rel="icon" href="/icon_48x48.png" sizes="48x48" />
Expand All @@ -21,7 +21,6 @@
<h1 id="logo"><a href="/">Beatstream</a> <small><small><small>alpha</small></small></small></h1>
<div id="user-panel">
<a>
<!-- <img src="" alt="" /> -->
<span class="name"><%= session[:username] ? session[:username] : 'You' %></span>
<span class="dropdown"></span>
</a>
Expand All @@ -36,39 +35,16 @@
<div id="main">
<div id="sidebar">
<div id="sidebar-wrap">

<ul class="common">
<li class="act all-music">
<a>All music <span class="medialibrary count">-</span></a>
</li>
<!--
<li class="act browser">
<a>Artist &amp; albums</a>
</li>
-->
</ul>

<% if false %>
<ul class="playlists">
<li>
<a>AC/DC</a>
</li>
<li>
<a>Accept</a>
</li>
<li>
<a>cash</a>
</li>
<li>
<a>New playlist</a>
</li>
</ul>
<a class="btn" id="btn-new-list">+ New Playlist</a>
<% else %>
<p class="none">
Playlists haven't been implemented, yet! Stay tuned.
</p>
<% end %>
<p class="none">
Playlists haven't been implemented, yet! Stay tuned.
</p>

</div>
</div>
Expand Down Expand Up @@ -108,15 +84,5 @@
<div class="loading">Loading</div>
</div>

<script type="text/html" id="settings-template">
<h1>Settings</h1>
<div>
<label for=""></label>
</div>
<input type="text" name="" />

<!-- TODO: this -->
</script>

</body>
</html>

0 comments on commit fa800b5

Please sign in to comment.