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
verbage for search
sudara (author)
Wed Aug 20 09:24:40 -0700 2008
commit  11ad2a9a8bfc924ccfdc256a0fbe4c57860c8944
tree    addbf65d1de30d6d43b870b4ef39ad6a66c10fbd
parent  1668fa1deaf151a4ef5b7c992a173710d35f27d6
...
6
7
8
9
 
10
11
12
...
16
17
18
19
 
20
21
22
23
...
6
7
8
 
9
10
11
12
...
16
17
18
 
19
20
21
22
23
0
@@ -6,7 +6,7 @@
0
 
0
 <% if present?(@users) %>
0
   <% content_for :left do %>
0
- <h2>Alonetone Artists and Listeners</h2>
0
+ <h2>Artists and Listeners</h2>
0
   <div id="user_search_results">
0
     <%= render :partial => 'shared/user', :collection => @users %>
0
   </div>
0
@@ -16,7 +16,7 @@
0
 
0
 <% if present?(@assets) %>
0
   <% content_for :right do %>
0
- <h2>Alonetone Artists and Listeners</h2>
0
+ <h2>Tracks that match "<%=h @query %>"</h2>
0
   <%= render :partial => 'assets/asset', :collection => @assets if @assets %>
0
   <% end %>
0
 <% end %>
0
\ No newline at end of file

Comments

    No one has commented yet.