Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Cleanup comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Hollensbe committed May 8, 2011
1 parent 68be952 commit 01baeea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/browse/authors.html.haml
@@ -1,5 +1,6 @@
#browse
.nav
-# FIXME styles
 
%span{:style => "float: left"}  
= render :partial => "kaminari_selector", :locals => { :items => @authors }
Expand All @@ -9,7 +10,7 @@
%span=link_to author.name, gems_author_path(author)
%span{:style => "float: right"}
(
-# erik, this sucks. please fix it. -erik
-# FIXME erik, this sucks. please fix it. -erik
=author.rubygems.map(&:test_results).flatten.count
test results in
=author.rubygems.map(&:versions).flatten.count
Expand All @@ -18,6 +19,7 @@
gems
)
.nav
-# FIXME styles
 
%span{:style => "float: left"}  
= render :partial => "kaminari_selector", :locals => { :items => @authors }
1 change: 1 addition & 0 deletions app/views/shared/_test_results_page.html.haml
Expand Up @@ -14,6 +14,7 @@
.nav
= version_select(@rubygem, @version, @platform)
= platform_select(@all_test_results, @rubygem, @platform, @version)
-# FIXME fix these styles erik
%div{:style => "float: right; line-height: 150%"}
%h3 Authors:
- @rubygem.authors.each do |author|
Expand Down

0 comments on commit 01baeea

Please sign in to comment.