We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: following many things
Homepage: http://columbus.cofollow.com/
Clone URL: git://github.com/chaddownbeat/cofollow.git
corrected a few group related layout details
chaddownbeat (author)
Wed Nov 05 00:34:26 -0800 2008
commit  ad2bd559e7a250380bcc4fcfca6063b68d75f649
tree    f13468024dbb91abe3aff7e6889bda20f2b7f8a9
parent  d34c8829ba0335f90f0e2297f6e2e18171dee7bf
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 class Read::GroupsController < Read::BaseController
0
 
0
   def index
0
- @groups = Group.all
0
+ @all_groups = Group.all
0
   end
0
 
0
   def show
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,3 +1,3 @@
0
-<% @groups.each do |group| %>
0
+<% @all_groups.each do |group| %>
0
 <%= link_to group.name, read_about_group_path(:group => group.name.gsub(' ', '+'), :id => group.id) %> |
0
 <% end %>
0
\ No newline at end of file

Comments

    No one has commented yet.