Skip to content

Commit

Permalink
adding rating count
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 4, 2009
1 parent 170a61c commit 1e09ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -82,7 +82,8 @@
<div class="stats"> <div class="stats">
<%= RubyGem.count %> Gems, <%= RubyGem.count %> Gems,
<%= Release.count %> Releases, <%= Release.count %> Releases,
<%= Author.count %> Authors <%= Author.count %> Authors,
<%= Rating.count %> Ratings
</div> </div>
</div> </div>
</body> </body>
Expand Down

0 comments on commit 1e09ff7

Please sign in to comment.