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
few xhtml boo-boos
sudara (author)
Tue Jul 08 10:44:38 -0700 2008
commit  26b72d8d6f96e1759e8106c00492540f811b816c
tree    67b643d874778600193f1828d04ff7b1bd0e9bdf
parent  5c395d6c6b15cea47853eb019e4d3b6695daccc0
...
10
11
12
13
 
14
15
...
10
11
12
 
13
14
15
0
@@ -10,5 +10,5 @@
0
 </div>
0
 <div class="clear"> </div>
0
 <div class="panel no_border">
0
- <%= link_to "more sharing options", user_track_path(object.user,object.permalink), :class => 'view_more', :style => 'margin:0', :alt => "#{h(object.name)}" %>
0
+ <%= link_to "more sharing options", user_track_path(object.user,object.permalink), :class => 'view_more', :style => 'margin:0', :title => "#{h(object.name)}" %>
0
 </div>
0
\ No newline at end of file
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@
0
         <meta name="verify-v1" content="aaIrlgAaz4LTgcMLni358eS3yFVofWVpOykHzegpXS4=" />
0
         <meta content="index,follow" name="robots"/>
0
         <meta content="<%=@description || 'alonetone, the kick ass home for musicians. Listen and download free music from, independent artists. Unlimited space for artists to upload mp3s' %>" name="Description"/>
0
- <meta content="<%=@keywords || 'alonetone, upload, mp3, musician, home, music, independent, artist, free, legal, mp3'%>" name="Keywords">
0
+ <meta content="<%=@keywords || 'alonetone, upload, mp3, musician, home, music, independent, artist, free, legal, mp3'%>" name="Keywords" />
0
     <%= yield :css %>
0
     <link rel="alternate" type="application/rss+xml" title="Latest uploaded mp3s on alonetone" href="/latest.rss"/>
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,5 +1,5 @@
0
 <div id="user_latest" class="box">
0
   <h2 class="box">Latest Music</h2>
0
- <%= link_to "view all #{@user.assets_count}", user_tracks_path(@user), :class=> 'view_all' if @user.assets_count > 5%>
0
+ <%= link_to "view all #{@user.assets_count}", user_tracks_path(@user), :class=> 'view_all', :title => "uploaded mp3s by #{h(@user.name)}" if @user.assets_count > 5 %>
0
   <%= render :partial => 'assets/asset', :collection => @assets %>
0
 </div>
0
\ No newline at end of file
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,5 +1,5 @@
0
 <div id="user_popular" class="box">
0
   <h2 class="box">Most Listened to Tracks</h2>
0
- <%= link_to "view all #{@user.assets_count}", user_tracks_path(@user), :class=> 'view_all' if @user.assets_count > 5%>
0
+ <%= link_to "view all #{@user.assets_count}", user_tracks_path(@user), :class=> 'view_all', :title => "uploaded mp3s by #{h(@user.name)}" if @user.assets_count > 5%>
0
   <%= render :partial => 'assets/asset', :collection => @popular_tracks %>
0
 </div>
0
\ No newline at end of file

Comments

    No one has commented yet.