public
Description: The kick ass (non-commercial) home for musicians and their music
Homepage: http://alonetone.com
Clone URL: git://github.com/sudara/alonetone.git
small view tweak for create playlist / change playlist order
sudara (author)
Mon May 12 16:50:51 -0700 2008
commit  07e6dbef4d2651ac0c65e71782b63d3275382adc
tree    8b86b85907d0b5a253486ecf53c99156bd76f54d
parent  46932449792418926d8655590ecaa2981b59e431
...
1
2
3
4
 
5
6
7
 
8
9
10
...
1
2
3
 
4
5
6
 
7
8
9
10
0
@@ -1,10 +1,10 @@
0
 <% render(:layout => 'user') do %>
0
 
0
   <div id="user_home">
0
-
0
+ <div class="additional_options">
0
     <%= link_to "create new playlist", new_user_playlist_path(@user), :id => 'add_playlist_button', :class => 'add button' if authorized? %>
0
     <%= link_to "change playlist order", sort_user_playlists_path(@user), :id => 'sort_playlist_button', :class => 'sort button' if authorized? %>
0
-
0
+ </div>
0
     <% if @user.has_public_playlists? %>
0
       <h2>Latest Playlists by <%=@user.name%></h2>
0
      <%= render :partial => 'shared/carousel' %>

Comments

    No one has commented yet.