# File lib/cheat/site.rb, line 553
  def sheet_link(title, version = nil)
    a title, :href => R(Cheat::Controllers::Show, title, version)
  end