Closed stiptomediajeroeningen closed 11 years ago
E.g. I have the following decoraor: class PowersupplierDecorator < Draper::Base decorates :powersupplier
def logo h.image_tag powersupplier.logo.url(:thumb), :alt => "Logo #{self[:name]}", :title => self[:name] end end
Sadly, the width and height aren't automatically added.
E.g. I have the following decoraor: class PowersupplierDecorator < Draper::Base decorates :powersupplier
def logo h.image_tag powersupplier.logo.url(:thumb), :alt => "Logo #{self[:name]}", :title => self[:name] end end
Sadly, the width and height aren't automatically added.