# File lib/ferret/browser.rb, line 79 79: def tick_or_cross(t) 80: "<img src=\"/s/i/#{t ?'tick':'cross'}.png\" alt=\"#{t ?'yes':'no'}\"/>" 81: end