# File lib/cheat/site.rb, line 300 def browse @page_title = "browse" p { "Wowzers, we've got <strong>#{@sheets.size}</strong> cheat sheets hereabouts." } ul { @sheets.each do |sheet| li { sheet_link sheet.title } end } p { text "Are we missing a cheat sheet? Why don't you do the whole world a favor and " a "add it", :href => R(Add) text " yourself!" } end