3     link_to(tag, :tag => tag, :page => nil)
 
   6   def trace_icon(trace, options = {})
 
   7     options[:class] ||= "trace_image"
 
  10     image_tag trace_icon_path(trace.user, trace),
 
  11               options.merge(:size => 50)
 
  14   def trace_picture(trace, options = {})
 
  15     options[:class] ||= "trace_image"
 
  18     image_tag trace_picture_path(trace.user, trace),
 
  19               options.merge(:size => 250)